Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jlopezcur committed Dec 27, 2024
1 parent ad9622c commit 87bdc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -100,7 +100,7 @@ jobs:
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ github.sha }}

- name: Run tests
run: npm run test:ci
run: npm run test -- --coverage

release:
needs: [lint, test]

0 comments on commit 87bdc62

Please sign in to comment.