Skip to content

Commit

Permalink
☔ Change location where integration tests are performed
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyle committed Nov 14, 2021
1 parent 9cf2b68 commit 57d41f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
echo "COVERAGE_INTEGRATION_COLOR=$color"
echo "COVERAGE_INTEGRATION_SCORE=$score" >> $GITHUB_ENV
echo "COVERAGE_INTEGRATION_COLOR=$color" >> $GITHUB_ENV
env:
DISPLAY: :0
- name: Create integration coverage badge
uses: schneegans/[email protected]
with:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on: ["push"]
jobs:
build:

runs-on: ubuntu-latest
runs-on: windows-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
Expand All @@ -33,6 +33,4 @@ jobs:
- name: Test with pytest
run: |
pip install -r requirements-dev.txt
pytest tests
env:
DISPLAY: :0
pytest tests/unit

0 comments on commit 57d41f6

Please sign in to comment.