mirror of
https://github.com/django/django.git
synced 2026-02-09 02:49:25 +08:00
Refs #35844 -- Ran selenium tests with --parallel=1.
This commit is contained in:
2
.github/workflows/screenshots.yml
vendored
2
.github/workflows/screenshots.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
|
||||
- name: Run Selenium tests with screenshots
|
||||
working-directory: ./tests/
|
||||
run: python -Wall runtests.py --verbosity=2 --noinput --selenium=chrome --headless --screenshots --settings=test_sqlite --parallel=2
|
||||
run: python -Wall runtests.py --verbosity=2 --noinput --selenium=chrome --headless --screenshots --settings=test_sqlite --parallel=1
|
||||
|
||||
- name: Cache oxipng
|
||||
uses: actions/cache@v4
|
||||
|
||||
Reference in New Issue
Block a user