Skip to content

Commit 9a30716

Browse files
committed
Removed redundant dependencies between stages in .github\workflows\test.yml
1 parent f95cf47 commit 9a30716

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: phpt-unit-tests
8080
run: make -f .ci/Makefile run-phpt-tests
8181

82-
test:
82+
static-checks-unit-tests:
8383
name: static-checks-unit-tests
8484
runs-on: ubuntu-latest
8585
timeout-minutes: 30
@@ -122,8 +122,6 @@ jobs:
122122
runs-on: ubuntu-latest
123123
needs:
124124
- build
125-
- test
126-
- phpt-tests
127125
steps:
128126
- uses: actions/checkout@v3
129127
- uses: actions/download-artifact@v3
@@ -159,7 +157,6 @@ jobs:
159157
needs:
160158
- build-packages
161159
- generate-test-packages-matrix
162-
- test
163160
runs-on: ubuntu-latest
164161
strategy:
165162
max-parallel: 20

0 commit comments

Comments
 (0)