Skip to content

Commit 5b8868c

Browse files
restored continue on true
1 parent b47c699 commit 5b8868c

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: failure()
342+
if: always()
343343
uses: actions/upload-artifact@v4
344344
with:
345345
name: behat-artifacts

0 commit comments

Comments
 (0)