Skip to content

Commit bccbbac

Browse files
committed
More debug
1 parent 8efb8e8 commit bccbbac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,10 @@ jobs:
9494
ls -a ./smithy-kotlin
9595
echo "ls -a ./smithy-kotlin/.github"
9696
ls -a ./smithy-kotlin/.github
97+
echo "ls -a ./smithy-kotlin/.github/actions"
98+
ls -a ./smithy-kotlin/.github/actions
9799
- name: Setup build
98-
uses: ./../.github/actions/setup-build
100+
uses: ./smithy-kotlin/.github/actions/setup-build
99101
- name: Checkout aws-sdk-kotlin
100102
uses: ./aws-kotlin-repo-tools/.github/actions/checkout-head
101103
with:

0 commit comments

Comments
 (0)