Skip to content

Commit

Permalink
chore: update ci settings location
Browse files Browse the repository at this point in the history
  • Loading branch information
agconti committed Aug 30, 2024
1 parent 0cf7833 commit 9662d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
run: docker compose run --rm web bash -c "python3 -m flake8 . &&
python3 wait_for_postgres.py &&
python3 -Wall ./manage.py check --deploy &&
python3 -m pytest --ds=piedpiper.settings --dc=Local -p no:cacheprovider -s"
python3 -m pytest --ds=piedpiper.config --dc=Local -p no:cacheprovider -s"

0 comments on commit 9662d82

Please sign in to comment.