Skip to content

Commit 603b6fa

Browse files
ayodejidevgcatanese
authored andcommitted
Update main.yml
1 parent 539f929 commit 603b6fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
- name: Clean up reports
5252
run: sed -i "s;`pwd`/;;g" build/*.xml
5353

54-
lint:
55-
name: Lint
54+
php-lint:
55+
name: PHP Lint
5656
needs: php-test
5757
runs-on: ubuntu-latest
5858
steps:
@@ -75,7 +75,7 @@ jobs:
7575

7676
integration-tests:
7777
name: Integration Tests
78-
needs: [php-test, lint]
78+
needs: [php-test, php-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)