Skip to content

Commit

Permalink
run tests after build so that built module can be tested
Browse files Browse the repository at this point in the history
  • Loading branch information
jthrilly committed Nov 1, 2024
1 parent 586514b commit 89ef8b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
- name: Install dependencies
run: bun install

- name: Run tests
run: bun test

- name: Build
run: bun run build

- name: Run tests
run: bun test

- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 89ef8b7

Please sign in to comment.