File tree Expand file tree Collapse file tree 1 file changed +24
-6
lines changed Expand file tree Collapse file tree 1 file changed +24
-6
lines changed Original file line number Diff line number Diff line change 22
22
distribution : ' zulu'
23
23
java-version : ' 17'
24
24
architecture : x86_64
25
- cache : ' gradle'
25
+
26
+ - name : Cache Gradle packages
27
+ uses : actions/cache@v3
28
+ with :
29
+ path : |
30
+ ~/.gradle/caches
31
+ ~/.gradle/wrapper
32
+ key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
33
+ restore-keys : |
34
+ ${{ runner.os }}-gradle-
26
35
27
36
- name : Accept Android Licenses
28
37
uses : SimonMarquis/android-accept-licenses@v1
84
93
distribution : ' zulu'
85
94
java-version : ' 17'
86
95
architecture : x86_64
87
- cache : ' gradle'
96
+
97
+ - name : Cache Gradle packages
98
+ uses : actions/cache@v3
99
+ with :
100
+ path : |
101
+ ~/.gradle/caches
102
+ ~/.gradle/wrapper
103
+ key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
104
+ restore-keys : |
105
+ ${{ runner.os }}-gradle-
88
106
89
107
- name : Accept Android Licenses
90
108
uses : SimonMarquis/android-accept-licenses@v1
@@ -315,10 +333,10 @@ jobs:
315
333
# echo "App state check complete, proceeding with Maestro tests..."
316
334
317
335
echo "Running Maestro native to native tests:"
318
- maestro test .maestro/flows/ native/connect_reject.yaml
319
- # maestro test .maestro/flows/ native/connect_confirm.yaml
320
- # maestro test .maestro/flows/ native/personal_sign_reject .yaml
321
- # maestro test .maestro/flows/ native/personal_sign_confirm .yaml
336
+ maestro test .maestro/native/connect_reject.yaml
337
+ # maestro test .maestro/native/connect_confirm.yaml
338
+ # maestro test .maestro/native/personal_sign_confirm .yaml
339
+ # maestro test .maestro/native/personal_sign_reject .yaml
322
340
323
341
# Stop logcat capture
324
342
kill $LOGCAT_PID || true
You can’t perform that action at this time.
0 commit comments