Skip to content

Commit 50444be

Browse files
committed
GH Actions: fix check complete not running in quick test
PR 73 removed the `lint` key from the quick test matrix, but this condition was not adjusted at the time, which meant that the feature complete integration test was not being run anymore in quick test.
1 parent b45ef8c commit 50444be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/quicktest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
# This also acts as an integration test for the feature completeness script,
8181
# which is why it is run against various PHP versions and not in the "Sniff" stage.
8282
- name: Check for feature completeness
83-
if: ${{ matrix.lint }}
83+
if: ${{ matrix.phpcs_version == 'dev-master' }}
8484
run: composer check-complete
8585

8686
- name: Run the unit tests

0 commit comments

Comments
 (0)