Skip to content

Commit 3038f86

Browse files
committed
disable Mac Docker builds; add debugging logs
1 parent 3d49d15 commit 3038f86

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,24 @@ jobs:
181181
working-directory: 'smithy-kotlin'
182182

183183
- name: Configure CRT Docker Images
184+
if: ${{ matrix.os != 'macos-latest' }}
184185
run: |
185186
./aws-crt-kotlin/docker-images/build-all.sh
186187
188+
- name: Sanity checks
189+
shell: bash
190+
run: |
191+
echo "Dumping current directory:"
192+
ls .
193+
194+
echo ""
195+
echo "Dumping parent directory:"
196+
ls ..
197+
198+
echo ""
199+
echo "Dumping grandparent directory:"
200+
ls ../..
201+
187202
- name: Test
188203
working-directory: ./smithy-kotlin
189204
shell: bash

0 commit comments

Comments
 (0)