Skip to content

Commit

Permalink
force error on ATS run to test logging to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-guidini committed Dec 28, 2023
1 parent 8b9bf39 commit 342a788
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
uses: ./
with:
folders_to_exclude: node_modules
verbose: true
verbose: false
fail_on_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: 'wrong_token'
CODECOV_STATIC_TOKEN: ${{ secrets.CODECOV_STATIC_TOKEN }}
- name: Run Tests and collect coverage
run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}
Expand Down

0 comments on commit 342a788

Please sign in to comment.