Skip to content

Commit cd4ebe3

Browse files
committed
s
1 parent 67bfcb6 commit cd4ebe3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI-windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ jobs:
100100
# TODO: only do this once per image
101101
- name: Pull Image
102102
run: |
103-
docker image pull ${{ matrix.image }}
103+
docker image pull ${{ matrix.image }} || exit /b !errorlevel!
104+
docker image ls || exit /b !errorlevel!
104105
105106
# TODO: how to share the following steps
106107
- name: Test

0 commit comments

Comments
 (0)