Skip to content

Commit 0c1d7a8

Browse files
committed
Run composer check even if php cs failed
1 parent 6786861 commit 0c1d7a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
coverage: 'none'
1616
extensions: 'json, mbstring, tokenizer'
1717
tools: 'composer-normalize, php-cs-fixer:2.16.4'
18-
env:
19-
update: true
2018

2119
- name: 'Display tools versions'
2220
run: |
@@ -28,3 +26,4 @@ jobs:
2826

2927
- name: 'Check composer.json'
3028
run: 'composer-normalize --diff --dry-run --no-update-lock'
29+
if: 'always()'

0 commit comments

Comments
 (0)