Skip to content

Commit 959cdba

Browse files
committed
Only try the failing file
1 parent f876a0e commit 959cdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_selenium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Debug into
3434
shell: bash -l {0}
35-
run: find . -name "*.md" -printf '"%p"\n' | xargs jupytext --to notebook --execute
35+
run: xargs jupytext --to notebook --execute docs/getting_started.md
3636

3737
- name: Selenium tests
3838
shell: bash -l {0}

0 commit comments

Comments
 (0)