Skip to content

Commit

Permalink
Bug found, disable debugging, use --headless2
Browse files Browse the repository at this point in the history
  • Loading branch information
haxtibal committed Aug 7, 2024
1 parent a1c7750 commit f4c2766
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/end2end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ jobs:
run: |
pip install -r requirements.bootstrap.txt
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
## If no one connects after 5 minutes, shut down server.
wait-timeout-minutes: 5

- name: Run end-to-end tasks
run: |
tox -e py38-check -- pytest --failed-first --capture=no --reuse-session --exitfirst --strictdoc-long-timeouts -o cache_dir=build/pytest_end2end tests/end2end -k 'edit_grammar_move_field_down'
tox -e py38-check -- pytest --failed-first --capture=no --reuse-session --exitfirst --strictdoc-long-timeouts -o cache_dir=build/pytest_end2end tests/end2end -k 'edit_grammar_move_field_down' --headless2

0 comments on commit f4c2766

Please sign in to comment.