Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pflynn-virtru authored Dec 3, 2024
1 parent 6888a7c commit 97ae89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cache: 'npm'
cache-dependency-path: './lib/package-lock.json'
- run: npm ci
- run: npm run build && npm run test:with-server && npm run test:browser
- run: npm test
- uses: fingerprintjs/action-coverage-report-md@v2
id: coverage-md
with:
Expand Down

0 comments on commit 97ae89d

Please sign in to comment.