Skip to content

Commit bb56211

Browse files
committed
Different way of allowing a failure for tests on Windows
1 parent a1f9597 commit bb56211

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ jobs:
158158
run: "composer update --no-interaction --no-progress --no-suggest"
159159

160160
- name: "Tests"
161-
run: "vendor\\bin\\phing tests || true"
162-
shell: cmd
161+
run: "vendor/bin/phing tests"
162+
continue-on-error: true
163163

164164
static-analysis:
165165
name: "PHPStan"

0 commit comments

Comments
 (0)