Skip to content

Commit af1e06f

Browse files
committed
fixup! ci(ui-tests): take a screenshot when canceled
1 parent 3259420 commit af1e06f

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
@@ -129,7 +129,7 @@ jobs:
129129
- name: Take screenshot, if canceled
130130
id: take-screenshot
131131
if: always()
132-
shell: pwsh
132+
shell: powershell
133133
run: |
134134
Add-Type -TypeDefinition @"
135135
using System;

0 commit comments

Comments
 (0)