Skip to content

Commit

Permalink
EBR-40 Adjust condition for running coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Apr 4, 2024
1 parent d11744a commit 12d4bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
pytest --junitxml=results.xml --cov
- name: Run Coverage Generation
if: matrix.os == 'ubuntu-20.04'
if: ${{ ! startsWith(matrix.os, 'ubuntu') }}
run: |
sudo chmod +x cppci.sh
./cppci.sh
Expand Down

0 comments on commit 12d4bbd

Please sign in to comment.