Skip to content

Commit

Permalink
#163: Remove unneeded nox sessions from tests job
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Jan 15, 2021
1 parent 9a19073 commit 7117e61
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,7 @@ jobs:
run: |
cd datagateway-api && poetry run python -m util.icat_db_generator -s 4 -y 3
# Run each Nox session one-by-one - each will run regardless if one fails
- name: Run Nox safety session
run: nox -s safety -f datagateway-api/noxfile.py
- name: Run Nox lint session
if: always()
run: nox -s lint -f datagateway-api/noxfile.py
- name: Run Nox black session
if: always()
run: nox -s black -f datagateway-api/noxfile.py
# Run each Nox tests session
- name: Run Nox tests session
if: always()
run: nox -s tests -f datagateway-api/noxfile.py
Expand Down

0 comments on commit 7117e61

Please sign in to comment.