Skip to content

Commit b47c699

Browse files
removed continuation on error
1 parent a44d01a commit b47c699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/browser-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,10 @@ jobs:
336336
${{ inputs.test-suite }} \
337337
--process=1
338338
'
339-
continue-on-error: true
339+
# continue-on-error: true
340340

341341
- name: Upload Behat artifacts
342-
if: always()
342+
if: failure()
343343
uses: actions/upload-artifact@v4
344344
with:
345345
name: behat-artifacts

0 commit comments

Comments
 (0)