Skip to content

Commit

Permalink
Ignore tutorials in documentation testing (done in tutorial tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottower authored Nov 13, 2023
1 parent 666184f commit 44df235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: python docs/_scripts/gen_envs_mds.py
- name: Documentation test
run: |
xvfb-run -s "-screen 0 1024x768x24" pytest docs --markdown-docs -m markdown-docs --splits 10 --group ${{ matrix.group }}
xvfb-run -s "-screen 0 1024x768x24" pytest docs --markdown-docs -m markdown-docs --ignore=tutorials --splits 10 --group ${{ matrix.group }}

0 comments on commit 44df235

Please sign in to comment.