We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04b659 commit 62a7ffdCopy full SHA for 62a7ffd
.github/workflows/stage-3-build.yaml
@@ -30,7 +30,7 @@ on:
30
31
jobs:
32
run-tests:
33
- name: "Run Util & Example Tests"
+ name: "Run Util Tests"
34
runs-on: ubuntu-latest
35
timeout-minutes: 3
36
steps:
@@ -43,12 +43,8 @@ jobs:
43
run: |
44
python -m pip install --upgrade pip
45
pip install -r requirements.txt
46
- - name: Ensure browsers are installed
47
- run: python -m playwright install --with-deps
48
- name: Run util tests
49
run: pytest -m "utils" --ignore=tests/
50
- - name: Run example tests
51
- run: pytest
52
- uses: actions/upload-artifact@v4
53
if: ${{ !cancelled() }}
54
with:
0 commit comments