Skip to content

Commit

Permalink
Skip confirmation during db creation in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pavish committed Oct 25, 2021
1 parent bb6b7f0 commit 66aa352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-integ-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: docker exec mathesar_service python manage.py migrate

- name: Run type installation
run: docker exec mathesar_service python install.py
run: docker exec mathesar_service python -s install.py

- name: Run integ tests with pytest
run: docker exec mathesar_service pytest --browser chromium --browser webkit --browser firefox tests/

0 comments on commit 66aa352

Please sign in to comment.