Skip to content

Commit 62a7ffd

Browse files
Amend step to remove running example tests
1 parent c04b659 commit 62a7ffd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

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

3131
jobs:
3232
run-tests:
33-
name: "Run Util & Example Tests"
33+
name: "Run Util Tests"
3434
runs-on: ubuntu-latest
3535
timeout-minutes: 3
3636
steps:
@@ -43,12 +43,8 @@ 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
4846
- name: Run util tests
4947
run: pytest -m "utils" --ignore=tests/
50-
- name: Run example tests
51-
run: pytest
5248
- uses: actions/upload-artifact@v4
5349
if: ${{ !cancelled() }}
5450
with:

0 commit comments

Comments
 (0)