Skip to content

Commit 937529c

Browse files
committed
Pull upstream changes
1 parent 7222b89 commit 937529c

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/playwright.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v4
2222
with:
23-
python-version: "3.11"
23+
python-version: "3.12"
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
2727
pip install -r requirements-dev.txt
28-
python -m playwright install --with-deps
28+
python -m playwright install --with-deps chromium
2929
- name: Set up Ruby
3030
uses: ruby/setup-ruby@v1
3131
with:
3232
bundler-cache: true
33-
- name: Jekyll detached and pytest
33+
- name: Detach jekyll and run Pytest
3434
run: |
3535
# Start up local copy of site
3636
bundle exec jekyll serve --detach
@@ -41,10 +41,4 @@ jobs:
4141
sleep $startup_wait
4242
4343
# Run tests
44-
python -m pytest tests --tracing on --tracing=retain-on-failure
45-
- uses: actions/upload-artifact@v4
46-
name: Upload test results
47-
if: always()
48-
with:
49-
name: playwright-traces
50-
path: ./test-results/
44+
python -m pytest

0 commit comments

Comments
 (0)