File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ jobs:
20
20
- name : Set up Python
21
21
uses : actions/setup-python@v4
22
22
with :
23
- python-version : " 3.11 "
23
+ python-version : " 3.12 "
24
24
- name : Install dependencies
25
25
run : |
26
26
python -m pip install --upgrade pip
27
27
pip install -r requirements-dev.txt
28
- python -m playwright install --with-deps
28
+ python -m playwright install --with-deps chromium
29
29
- name : Set up Ruby
30
30
uses : ruby/setup-ruby@v1
31
31
with :
32
32
bundler-cache : true
33
- - name : Jekyll detached and pytest
33
+ - name : Detach jekyll and run Pytest
34
34
run : |
35
35
# Start up local copy of site
36
36
bundle exec jekyll serve --detach
41
41
sleep $startup_wait
42
42
43
43
# 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
You can’t perform that action at this time.
0 commit comments