Skip to content

Commit 2beed6a

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,10 @@ jobs:
136136
# --- Step 9: Upload and run tests on GPTDriver service. ---
137137
- name: Run GPTDriver tests
138138
run: |
139+
ls -la
140+
pwd
139141
chmod +x ./branch-sdk-repo/.github/gptdriverrunscript.sh
140-
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
141143
env:
142144
API_ORG_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }}
143145
API_KEY: ${{ secrets.MOBILEBOOST_API_ORG_KEY }} # As per vendor design

0 commit comments

Comments
 (0)