Skip to content

Commit 250ecb1

Browse files
Revert "Remove Example Tests CI Check (#41)" (#42)
This reverts commit 1585f6f.
1 parent 1585f6f commit 250ecb1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/stage-3-build.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030

3131
jobs:
3232
run-tests:
33-
name: "Run Util Tests"
33+
name: "Run Util & Example Tests"
3434
runs-on: ubuntu-latest
3535
timeout-minutes: 3
3636
steps:
@@ -43,8 +43,12 @@ jobs:
4343
run: |
4444
python -m pip install --upgrade pip
4545
pip install -r requirements.txt
46+
- name: Ensure browsers are installed
47+
run: python -m playwright install --with-deps
4648
- name: Run util tests
4749
run: pytest -m "utils" --ignore=tests/
50+
- name: Run example tests
51+
run: pytest
4852
- uses: actions/upload-artifact@v4
4953
if: ${{ !cancelled() }}
5054
with:

0 commit comments

Comments
 (0)