We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ae02f commit 065b2feCopy full SHA for 065b2fe
.github/workflows/merge.yml
@@ -61,6 +61,7 @@ jobs:
61
- name: Run tests
62
run: |
63
nix develop .#ci --command bash -c $'
64
+ npm run prebuild --verbose
65
npm run test -- \
66
--coverageReporters json \
67
--coverage \
0 commit comments