Skip to content

Commit 3259420

Browse files
committed
TO-DROP: verify that screenshots work
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent d746c0e commit 3259420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
type ctrl-c.log
129129
- name: Take screenshot, if canceled
130130
id: take-screenshot
131-
if: cancelled() || failure()
131+
if: always()
132132
shell: pwsh
133133
run: |
134134
Add-Type -TypeDefinition @"

0 commit comments

Comments
 (0)