Skip to content

Commit f7354ab

Browse files
committed
Added if fail step
1 parent 57c3e79 commit f7354ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ jobs:
326326
fi
327327
328328
- name: Upload UI tests artifacts
329-
329+
if: ${{ failure() }}
330330
shell: bash
331331
working-directory: /opt/countly/ui-tests/cypress
332332
run: |

0 commit comments

Comments
 (0)