Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchoz49 committed Oct 20, 2024
1 parent aa29c3c commit 6639f8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
name: Tests
on:
push:
branches: [main]
branches: [main, bun]
pull_request:
branches: [main]
branches: [main, bun]
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22.x
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: npm install
run: bun install
- name: Run tests
run: npm run test
run: bun test
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 6639f8a

Please sign in to comment.