Skip to content

Commit

Permalink
#271: Only run unit tests on matrix version
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Oct 4, 2021
1 parent a7da072 commit 621df10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# Run Nox tests session, saves and uploads a coverage report to codecov
- name: Run Nox tests session
run: nox -s tests -- --cov=datagateway_api --cov-report=xml
run: nox -p ${{ matrix.python-version }} -s tests -- --cov=datagateway_api --cov-report=xml
- name: Upload code coverage report
if: matrix.python-version == '3.6'
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 621df10

Please sign in to comment.