Skip to content

Commit 0c01358

Browse files
committed
fixup! ci(ui-tests): take a screenshot when canceled
1 parent 5b36532 commit 0c01358

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
@@ -127,7 +127,7 @@ jobs:
127127
- name: Take screenshot, if canceled
128128
id: take-screenshot
129129
if: cancelled() && steps.ui-tests.conclusion == 'cancelled'
130-
uses: pwsh
130+
shell: pwsh
131131
run: |
132132
[Reflection.Assembly]::LoadWithPartialName("System.Drawing")
133133
function screenshot([Drawing.Rectangle]$bounds, $path) {

0 commit comments

Comments
 (0)