Skip to content

Commit ae0e38d

Browse files
committed
Check with PowerShell too
1 parent 1ccc67a commit ae0e38d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
echo "Contents of /tmp/codee/:"
3131
ls -la /tmp/codee/
3232
33-
- name: Check Codee binary
33+
- name: Check Codee binary (bash)
3434
shell: bash
3535
run: codee --help
36+
37+
- name: Check Codee binary (pwsh)
38+
shell: pwsh
39+
run: codee --help

0 commit comments

Comments
 (0)