File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 31
31
uses : actions/checkout@v4
32
32
with :
33
33
repository : BranchMetrics/android-branch-deep-linking-attribution
34
- ref : master # Assuming 'master' is the current release branch for the SDK
34
+ ref : ${{ github.ref }} # Use the same branch that triggered the workflow
35
35
path : ./branch-sdk-repo # Checkout into a subdirectory
36
36
37
37
# --- Step 2: Build the Branch SDK AAR ---
@@ -93,11 +93,12 @@ jobs:
93
93
# ./app-repo/app/build/outputs/apk/debug/app-debug.apk
94
94
# ./app-repo/app/build/reports/
95
95
# ./app-repo/some_other_file.log
96
- steps :
96
+ - name : Make script executable
97
+ run : chmod +x gptdriverrunscript.sh
97
98
- name : Run GPTDriver tests
98
99
run : |
99
100
ls -alR
100
- sh ./ gptdriverrunscript.sh ./app-repo/app/build/outputs/apk/debug/app-debug.apk android
101
+ sh gptdriverrunscript.sh ./app-repo/app/build/outputs/apk/debug/app-debug.apk android
101
102
env :
102
103
API_ORG_KEY : ${{ secrets.MOBILEBOOST_API_ORG_KEY }}
103
104
API_KEY : ${{ secrets.MOBILEBOOST_API_ORG_KEY }}
You can’t perform that action at this time.
0 commit comments