Skip to content

Commit

Permalink
Add update pytest run
Browse files Browse the repository at this point in the history
  • Loading branch information
Tovmas committed Dec 5, 2023
1 parent 93fd4ed commit e3ed7d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ jobs:
JEKYLL_ENV: production
PAGES_REPO_NWO: ${{ github.repository }}

- name: Update pytest
run: pip install --upgrade pytest pytest-asyncio

- name: Run tests
run: pytest
run: pytest .github/tests

- name: Check broken links to pages
run: |
Expand Down

0 comments on commit e3ed7d1

Please sign in to comment.