From e3ed7d17dd86a18aed1399497242ef25d3bcd2b0 Mon Sep 17 00:00:00 2001 From: Tovmas Date: Tue, 5 Dec 2023 11:09:02 +0400 Subject: [PATCH] Add update pytest run --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 99e5bfdb..056b3c75 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: |