Skip to content

Commit

Permalink
Resolve conflict
Browse files Browse the repository at this point in the history
Forgot to save the file before committing...
  • Loading branch information
gsherwood committed Mar 5, 2021
1 parent 0fe896a commit 6614feb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,7 @@ jobs:
run: vendor/bin/phpunit

- name: 'PHPCS: check code style without cache, no parallel'
<<<<<<< HEAD
if: ${{ matrix.custom_ini == false }}
=======
if: ${{ matrix.custom_ini == false && matrix.php != 7.4 }}
>>>>>>> a7b2b955c... GH Actions: report CS violations in the PR
run: php bin/phpcs --no-cache --parallel=1

- name: 'PHPCS: check code style to show results in PR'
Expand Down

0 comments on commit 6614feb

Please sign in to comment.