diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/screenshots.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/screenshots.yml b/.github/workflows/screenshots.yml index 239b6958d8..1a835fe1a6 100644 --- a/.github/workflows/screenshots.yml +++ b/.github/workflows/screenshots.yml @@ -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 |
