Skip to content

Commit e34895d

Browse files
chore: added debug statement
1 parent 531c07c commit e34895d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-and-deploy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ jobs:
104104
SM_API_KEY: ${{ env.SM_API_KEY }}
105105
SM_CLIENT_CERT_PASSWORD: ${{ env.SM_CLIENT_CERT_PASSWORD }}
106106
SM_CLIENT_CERT_FILE: ${{ env.SM_CLIENT_CERT_FILE }}
107+
108+
- name: Debug Android Build Tools
109+
run: |
110+
ls C:\Android\android-sdk\build-tools
107111
108112
- run: echo “The config file path ${{ steps.SSMClientToolSetup.outputs.PKCS11_CONFIG }}”
109113

0 commit comments

Comments
 (0)