8000 Merge branch '5.3' into 5.4 · symfony/symfony@b207677 · GitHub
[go: up one dir, main page]

Skip to content

Commit b207677

Browse files
Merge branch '5.3' into 5.4
* 5.3: fix psalm script
2 parents 6bc0f35 + 453ee02 commit b207677

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/psalm.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,4 @@ jobs:
5252
5353
- name: Psalm
5454
run: |
55-
./vendor/bin/psalm.phar --no-progress
56-
./vendor/bin/psalm.phar --output-format=github --no-progress
55+
./vendor/bin/psalm.phar --no-progress || ./vendor/bin/psalm.phar --output-format=github --no-progress

0 commit comments

Comments
 (0)
0