We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95cf47 commit 9a30716Copy full SHA for 9a30716
.github/workflows/test.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: phpt-unit-tests
80
run: make -f .ci/Makefile run-phpt-tests
81
82
- test:
+ static-checks-unit-tests:
83
name: static-checks-unit-tests
84
runs-on: ubuntu-latest
85
timeout-minutes: 30
@@ -122,8 +122,6 @@ jobs:
122
123
needs:
124
- build
125
- - test
126
- - phpt-tests
127
steps:
128
- uses: actions/checkout@v3
129
- uses: actions/download-artifact@v3
@@ -159,7 +157,6 @@ jobs:
159
157
160
158
- build-packages
161
- generate-test-packages-matrix
162
163
164
strategy:
165
max-parallel: 20
0 commit comments