Skip to content

Commit 411b063

Browse files
committed
Update gpt-driver-tests.yml
1 parent 2beed6a commit 411b063

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/gpt-driver-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,8 @@ jobs:
136136
# --- Step 9: Upload and run tests on GPTDriver service. ---
137137
- name: Run GPTDriver tests
138138
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
139+
chmod +x ./branch-ios-sdk-repo/.github/gptdriverrunscript.sh
140+
./branch-ios-sdk-repo/.github/gptdriverrunscript.sh /ios-app-repo/IPA/BranchLinkSimulator.ipa ios
143141
env:
144142
API_ORG_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }}
145143
API_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }} # As per vendor design

0 commit comments

Comments
 (0)