Skip to content

Commit d51545c

Browse files
Add value to workflow status
1 parent 15e794f commit d51545c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# run: # success
4141

4242
- name: Set failure workflow status 🚨
43-
if: contains(steps.build-app.outputs, 'error')
43+
if: contains(steps.build-app.outputs.value, 'Error')
4444
run: echo 'failure' # failure
4545

4646
- name: Upload Playwright report

0 commit comments

Comments
 (0)