Skip to content

Commit

Permalink
Corrected the arguments passed to core/scripts/run-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
avpaderno committed Feb 16, 2025
1 parent 4f05bc9 commit af2b950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/simpletest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
core/scripts/install.sh --db-url=mysql://root:[email protected]/backdrop
- name: Run tests
run: core/scripts/run-tests.sh --force --directory=modules/${{ env.REPO_NAME }} --verbose --concurrency=color --concurrency=7 --cache 2>&1
run: core/scripts/run-tests.sh --force --directory=modules/${{ env.REPO_NAME }} --verbose --color --concurrency=7 --cache 2>&1

0 comments on commit af2b950

Please sign in to comment.