Skip to content

Commit

Permalink
continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Dec 7, 2023
1 parent 6d55dc4 commit a2b40b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
continue-on-error: true
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
continue-on-error: true

test-with-browsers:
# Run browser tests using macOS so that WebKit tests don't fail under a Linux environment
Expand Down

0 comments on commit a2b40b5

Please sign in to comment.