Skip to content

Commit

Permalink
Test after doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhorton authored Aug 14, 2020
1 parent 76731e7 commit ebf612d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pytest_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
- name: Install dependencies
run: poetry install
if: steps.cache.outputs.cache-hit != 'true'
- name: Test with pytest
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
run: |
poetry run pytest --color=yes --webdriver Firefox --headless crystal_toolkit/apps/examples/tests/
- name: Build new docs
run: |
git config --global user.name 'Matthew Horton'
Expand All @@ -52,4 +47,9 @@ jobs:
git diff-index --quiet HEAD || git commit -m "Automated doc build"
git push
continue-on-error: true
- name: Test with pytest
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
run: |
poetry run pytest --color=yes --webdriver Firefox --headless crystal_toolkit/apps/examples/tests/

0 comments on commit ebf612d

Please sign in to comment.