Skip to content

Commit

Permalink
Leave example.py run and tests run in the same step
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Feb 25, 2025
1 parent a319a39 commit bff872f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,11 @@ jobs:
run: |
conda info
conda list
- name: Run example.py
shell: bash -l {0}
run: python example.py
- name: Run tests
shell: bash -l {0}
run: pytest -x -vv --cov-report xml --cov=qtawesome qtawesome
run: |
python example.py
pytest -x -vv --cov-report xml --cov=qtawesome qtawesome
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit bff872f

Please sign in to comment.