Skip to content

Commit

Permalink
Increase concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Oct 2, 2023
1 parent 9883592 commit 2f7d5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: cp .github/workflows/phpunit.xml core/phpunit.xml

- name: Run tests
run: ddev exec php ./core/scripts/run-tests.sh --color --keep-results --types "PHPUnit-FunctionalJavascript" --concurrency "1" --repeat "1" --sqlite "./sites/default/files/.sqlite" --verbose --non-html --all
run: ddev exec php ./core/scripts/run-tests.sh --color --keep-results --types "PHPUnit-FunctionalJavascript" --concurrency "4" --repeat "1" --sqlite "./sites/default/files/.sqlite" --verbose --non-html --all

- name: Upload test artifacts
if: ${{ always() }}
Expand Down

0 comments on commit 2f7d5d7

Please sign in to comment.