Skip to content

Commit 3cbbd56

Browse files
committed
Let unit tests fail
1 parent 3f0ef6b commit 3cbbd56

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ jobs:
4545
npm run build
4646
4747
- name: Install WordPress
48-
run: |
49-
npm run env:start
48+
run: npm run env:start
5049

5150
- name: Run unit tests
52-
run: npm run test:php
53-
if: ${{ success() || failure() }}
51+
run: npm run test:php

0 commit comments

Comments
 (0)