Skip to content

Commit

Permalink
pytest directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 15, 2024
1 parent d6f67a8 commit 807e2c6
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/windows_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,15 @@ jobs:
- name: Run Install
uses: ./support/actions/run-install

- name: install pytest
run: |
python -m pip install pytest-timeout pytest-forked pytest-progress
- name: Test with pytest
uses: ./support/actions/pytest
with:
tests: unittests
coverage: ${{ matrix.python-version == 3.12 }}
cover-packages: spinnman
coveralls-token: ${{ secrets.GITHUB_TOKEN }}
run: pytest unittests

- name: Integration tests
uses: ./support/actions/pytest
env:
SPALLOC_USER: ${{ secrets.SPALLOC_USER }}
SPALLOC_PASSWORD: ${{ secrets.SPALLOC_PASSWORD }}
with:
tests: spinnman_integration_tests
coverage: ${{ matrix.python-version == 3.12 }}
cover-packages: spinnman
coveralls-token: ${{ secrets.GITHUB_TOKEN }}
run: pytest spinnman_integration_tests

0 comments on commit 807e2c6

Please sign in to comment.