We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef46a3 commit 4fa31e5Copy full SHA for 4fa31e5
.github/workflows/ci.yml
@@ -20,6 +20,7 @@ jobs:
20
run: make phpstan PHP="php -dphar.readonly=0 -dmemory_limit=256M"
21
suites:
22
name: suite tests
23
+ needs: [phpstan]
24
runs-on: ubuntu-latest
25
strategy:
26
matrix:
@@ -36,6 +37,7 @@ jobs:
36
37
- run: make suitetest/cases/${{matrix.suite-name}} DIFF="diff -y" POCKETMINE_VERSION=${{matrix.pocketmine-version}}
38
fmt:
39
name: code style check
40
41
42
43
0 commit comments