Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Dec 10, 2024
1 parent 9aa0129 commit bbf5dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
--cov-append \
--cov-report term-missing \
--cov-report xml . \
--env_type ${{ matrix.environment-file }}
--env_type ${{ matrix.environment-file }} \
-m "not wuhan"
- name: run tests (Wuhan)
Expand All @@ -89,7 +89,7 @@
--cov-append \
--cov-report term-missing \
--cov-report xml . \
--env_type ${{ matrix.environment-file }}
--env_type ${{ matrix.environment-file }} \
-m wuhan
if: ${{ github.event_name != 'pull_request' }}

Expand Down

0 comments on commit bbf5dd5

Please sign in to comment.