Skip to content

Commit 539f929

Browse files
ayodejidevgcatanese
authored andcommitted
Update main.yml
1 parent 838b512 commit 539f929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
lint:
5555
name: Lint
56-
needs: test
56+
needs: php-test
5757
runs-on: ubuntu-latest
5858
steps:
5959
- name: Checkout
@@ -75,7 +75,7 @@ jobs:
7575

7676
integration-tests:
7777
name: Integration Tests
78-
needs: [test, lint]
78+
needs: [php-test, lint]
7979
runs-on: ubuntu-latest
8080

8181
# Only run integration tests on pull requests with release label and from the main repository

0 commit comments

Comments
 (0)