Skip to content

Commit

Permalink
debug geckodriver
Browse files Browse the repository at this point in the history
  • Loading branch information
gotcha committed Nov 13, 2023
1 parent 0398a69 commit ab5f9b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Test
run: tox -e ${{ matrix.config[1] }}
- name: Debug geckodriver
if: ${{ failure() }}
run: |
cat base/Scenario_As_an_editor_I_am_using_CKEditor/geckodriver.log

0 comments on commit ab5f9b6

Please sign in to comment.