Skip to content

Commit

Permalink
Prevent tests from running in parallel for some reason it breaks stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
pkly committed Apr 19, 2024
1 parent 299f4da commit 421a7e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ jobs:
vendor/bin/php-cs-fixer fix --config ./.php-cs-fixer.dist.php --dry-run --diff --ansi
test:
concurrency:
group: ${{ github.head_ref || github.ref }}
strategy:
matrix:
include:
Expand Down

0 comments on commit 421a7e0

Please sign in to comment.