Skip to content

Commit

Permalink
add test to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BruCandy committed Nov 22, 2024
1 parent 555b0fc commit 1f47f1f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,15 @@ jobs:
run: bun install --frozen-lockfile
- name: Build
run: bun run build

test:
runs-on: ubuntu-24.04
steps:
- name: Checkout the repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Setup tools
uses: jdx/mise-action@d6e32c1796099e0f1f3ac741c220a8b7eae9e5dd # v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Test
run: bun run test

0 comments on commit 1f47f1f

Please sign in to comment.