Skip to content

Commit

Permalink
#163: Specify noxfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Jan 14, 2021
1 parent d6ac7b2 commit 30ec28f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ jobs:
- name: Install Poetry
run: pip install poetry==1.1.4
- name: Run Nox safety session
run: nox -s safety
run: nox -s safety -f datagateway-api/noxfile.py
- name: Run Nox lint session
if: always()
run: nox -s lint
run: nox -s lint -f datagateway-api/noxfile.py
- name: Run Nox black session
if: always()
run: nox -s black
run: nox -s black -f datagateway-api/noxfile.py
- name: Run Nox tests session
if: always()
run: nox -s tests
run: nox -s tests -f datagateway-api/noxfile.py

0 comments on commit 30ec28f

Please sign in to comment.