Skip to content

Commit 4fa31e5

Browse files
committed
CI should wait for phpstan
1 parent 9ef46a3 commit 4fa31e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
run: make phpstan PHP="php -dphar.readonly=0 -dmemory_limit=256M"
2121
suites:
2222
name: suite tests
23+
needs: [phpstan]
2324
runs-on: ubuntu-latest
2425
strategy:
2526
matrix:
@@ -36,6 +37,7 @@ jobs:
3637
- run: make suitetest/cases/${{matrix.suite-name}} DIFF="diff -y" POCKETMINE_VERSION=${{matrix.pocketmine-version}}
3738
fmt:
3839
name: code style check
40+
needs: [phpstan]
3941
runs-on: ubuntu-latest
4042
strategy:
4143
matrix:

0 commit comments

Comments
 (0)