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 2beed6a commit 411b063Copy full SHA for 411b063
.github/workflows/gpt-driver-tests.yml
@@ -136,10 +136,8 @@ 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
142
- ./branch-sdk-repo/.github/gptdriverrunscript.sh /ios-app-repo/IPA/BranchLinkSimulator.ipa ios
+ chmod +x ./branch-ios-sdk-repo/.github/gptdriverrunscript.sh
+ ./branch-ios-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