Skip to content

Commit

Permalink
Use a debug build when testing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Nov 21, 2023
1 parent 49c4652 commit 0a62cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install JS Dependencies
run: npm install
- name: Build
run: npm run build
run: npm run build:dev
- name: Test
run: npm run test

Expand Down

0 comments on commit 0a62cac

Please sign in to comment.