Skip to content

Commit

Permalink
#163: Edit dummy data cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Jan 14, 2021
1 parent ed470b3 commit 7b43ead
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ jobs:
- name: Install dependencies
run: cd datagateway-api/ && poetry install
- name: Add dummy data to icatdb
run: poetry run python -m datagateway-api.util.icat_db_generator -s 4 -y 3
run: |
cd datagateway-api && poetry run python -m util.icat_db_generator -s 4 -y 3
- name: Run Nox safety session
run: nox -s safety -f datagateway-api/noxfile.py
- name: Run Nox lint session
Expand Down

0 comments on commit 7b43ead

Please sign in to comment.