Skip to content

Commit e74e0ac

Browse files
committed
feat(#1369486): remove playwright artifact upload condition
1 parent 9f5dcd5 commit e74e0ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ jobs:
168168
run: ${{env.docker_compose_cmd}} exec -T e2e yarn test:ci
169169

170170
- uses: actions/upload-artifact@v4
171-
if: failure() && steps.e2e.outcome == 'failure'
172171
with:
173172
name: playwright-report
174173
path: playwright-report/

0 commit comments

Comments
 (0)