Skip to content

Commit

Permalink
chore: ignore generator failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Oct 28, 2024
1 parent e43c87e commit 3fb8ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base-test-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Generate Report
if: ${{ inputs.coveralls }}
run: npm run lcov-report
run: npm run lcov-report || true
working-directory: ./packages/${{ inputs.package }}

- name: Coveralls
Expand Down

0 comments on commit 3fb8ad4

Please sign in to comment.