Skip to content

Commit

Permalink
wf
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed May 16, 2024
1 parent 26ba67e commit 20f88e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
cd docs_rst
make html
- name: Detect changes
if: contains(github.ref, 'refs/heads/main')
id: changes
shell: bash
run: |
Expand All @@ -55,6 +56,7 @@ jobs:
git commit -m "Automated doc build"
git push
- name: pytest
if: contains(github.ref, 'refs/heads/main')
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
run: pytest --color=yes --webdriver Firefox --headless crystal_toolkit/apps/examples/tests/

0 comments on commit 20f88e5

Please sign in to comment.