Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
heynemann committed Jan 28, 2022
1 parent 83deaaa commit 5392768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: PYTHON_VERSION=${{ matrix.python-version}} make docker-unit-coverage
run: PYTHON_VERSION=${{ matrix.python-version}} make docker-test-coverage
- name: Run Unit Tests
if: matrix.image-tag != '3.10'
run: PYTHON_VERSION=${{ matrix.python-version}} make docker-test
Expand Down

0 comments on commit 5392768

Please sign in to comment.