diff --git a/.github/workflows/stage-3-build.yaml b/.github/workflows/stage-3-build.yaml index ecaa841b..fceea727 100644 --- a/.github/workflows/stage-3-build.yaml +++ b/.github/workflows/stage-3-build.yaml @@ -30,7 +30,7 @@ on: jobs: run-tests: - name: "Run Util Tests" + name: "Run Util & Example Tests" runs-on: ubuntu-latest timeout-minutes: 3 steps: @@ -43,8 +43,12 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt + - name: Ensure browsers are installed + run: python -m playwright install --with-deps - name: Run util tests run: pytest -m "utils" --ignore=tests/ + - name: Run example tests + run: pytest - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: