Skip to content

Commit

Permalink
fix(ci): trigger seeding with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith committed Aug 10, 2023
1 parent ec70f39 commit 532e5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: prep db and run notify api
run: |
poetry run flask db upgrade
python tests_cypress/seed_db.py
poetry run python tests_cypress/seed_db.py
poetry run make run &
- name: Write the cypress.env.json file
Expand Down

0 comments on commit 532e5a2

Please sign in to comment.