Skip to content

Commit f4be2e0

Browse files
committed
Remove remaining matrix shell condition
- Remove shell condition from Test Docker step - All steps now use default bash shell for Linux-only matrix Signed-off-by: cdunning <[email protected]>
1 parent 7409edd commit f4be2e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434

3535
- name: Test Docker
3636
timeout-minutes: 5
37-
shell: ${{ matrix.os == 'windows' && 'pwsh' || 'bash' }}
3837
run: |
3938
docker --version
4039
docker run --rm hello-world

0 commit comments

Comments
 (0)