Skip to content

Commit fdd7267

Browse files
committed
Add some debug info to the selenium tests
1 parent 9174e3a commit fdd7267

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test_selenium.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
shell: bash -l {0}
3131
run: python -m pip install -e . --no-deps --force-reinstall
3232

33+
- name: Debug into
34+
shell: bash -l {0}
35+
run: ls docs
36+
3337
- name: Selenium tests
3438
shell: bash -l {0}
3539
run: python -m pytest tests/selenium -vv

0 commit comments

Comments
 (0)