We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d49d15 commit 3038f86Copy full SHA for 3038f86
.github/workflows/continuous-integration.yml
@@ -181,9 +181,24 @@ jobs:
181
working-directory: 'smithy-kotlin'
182
183
- name: Configure CRT Docker Images
184
+ if: ${{ matrix.os != 'macos-latest' }}
185
run: |
186
./aws-crt-kotlin/docker-images/build-all.sh
187
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
199
+ echo "Dumping grandparent directory:"
200
+ ls ../..
201
202
- name: Test
203
working-directory: ./smithy-kotlin
204
shell: bash
0 commit comments