Skip to content

Commit

Permalink
new test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-brandao committed Aug 7, 2024
1 parent 04532ab commit 5a17ad2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/tests_bun.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Tests Bun


on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
my-job:
name: my-job
runs-on: ubuntu-latest
steps:
# ...
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2

# run any `bun` or `bunx` command
- run: bun install
- run: bun run build
- run: bun run test

0 comments on commit 5a17ad2

Please sign in to comment.