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 2eabc59 commit 2beed6aCopy full SHA for 2beed6a
.github/workflows/gpt-driver-tests.yml
@@ -136,8 +136,10 @@ jobs:
136
# --- Step 9: Upload and run tests on GPTDriver service. ---
137
- name: Run GPTDriver tests
138
run: |
139
+ ls -la
140
+ pwd
141
chmod +x ./branch-sdk-repo/.github/gptdriverrunscript.sh
- bash ./branch-sdk-repo/.github/gptdriverrunscript.sh /ios-app-repo/IPA/BranchLinkSimulator.ipa ios
142
+ ./branch-sdk-repo/.github/gptdriverrunscript.sh /ios-app-repo/IPA/BranchLinkSimulator.ipa ios
143
env:
144
API_ORG_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }}
145
API_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }} # As per vendor design
0 commit comments