File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 4141
4242 - name : Build debug app
4343 env :
44+ GITHUB_ACTOR : ${{ github.actor }}
45+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4446 CHATWOOT_API : ${{ secrets.CHATWOOT_API }}
4547 run : ./gradlew assembleDevDebug
4648
Original file line number Diff line number Diff line change 3737
3838 - name : Build debug app
3939 env :
40+ GITHUB_ACTOR : ${{ github.actor }}
41+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4042 CHATWOOT_API : ${{ secrets.CHATWOOT_API }}
4143 E2E : true
4244 run : ./gradlew assembleDevDebug
@@ -123,7 +125,7 @@ jobs:
123125 emulator-options : -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none
124126 script : |
125127 # adb port forwarding for regtest
126- adb reverse tcp:60001 tcp:60001
128+ adb reverse tcp:60001 tcp:60001
127129 cd bitkit-e2e-tests && npm run e2e:android -- --mochaOpts.grep "Can start onboarding"
128130 env :
129131 RECORD_VIDEO : true
Original file line number Diff line number Diff line change 4242 - name : Make gradlew executable
4343 run : chmod +x gradlew
4444
45- - name : Build for debug with gradle
45+ - name : Build debug app
46+ env :
47+ GITHUB_ACTOR : ${{ github.actor }}
48+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
49+ CHATWOOT_API : ${{ secrets.CHATWOOT_API }}
4650 run : |
4751 ./gradlew assembleDevDebug assembleDevDebugAndroidTest
4852 ls -la app/build/outputs/apk/debug/
You can’t perform that action at this time.
0 commit comments