File tree 8 files changed +36
-36
lines changed
8 files changed +36
-36
lines changed Original file line number Diff line number Diff line change 36
36
- uses : actions/cache@v2
37
37
with :
38
38
path : |
39
- ~/.gradle/caches/modules-2
40
- ~/.gradle/caches/jars-3
41
- ~/.gradle/caches/build-cache-1
39
+ ~/.gradle/caches/modules-*
40
+ ~/.gradle/caches/jars-*
41
+ ~/.gradle/caches/build-cache-*
42
42
key : gradle-${{ hashFiles('checksum.txt') }}
43
43
44
44
- name : Build project
84
84
- uses : actions/cache@v2
85
85
with :
86
86
path : |
87
- ~/.gradle/caches/modules-2
88
- ~/.gradle/caches/jars-3
89
- ~/.gradle/caches/build-cache-1
87
+ ~/.gradle/caches/modules-*
88
+ ~/.gradle/caches/jars-*
89
+ ~/.gradle/caches/build-cache-*
90
90
key : gradle-${{ hashFiles('checksum.txt') }}
91
91
92
92
- name : Run instrumentation tests
@@ -104,4 +104,4 @@ jobs:
104
104
uses : actions/upload-artifact@v2
105
105
with :
106
106
name : test-reports
107
- path : ${{ env.SAMPLE_PATH }}/app/build/reports
107
+ path : ${{ env.SAMPLE_PATH }}/app/build/reports
Original file line number Diff line number Diff line change 36
36
- uses : actions/cache@v2
37
37
with :
38
38
path : |
39
- ~/.gradle/caches/modules-2
40
- ~/.gradle/caches/jars-3
41
- ~/.gradle/caches/build-cache-1
39
+ ~/.gradle/caches/modules-*
40
+ ~/.gradle/caches/jars-*
41
+ ~/.gradle/caches/build-cache-*
42
42
key : gradle-${{ hashFiles('checksum.txt') }}
43
43
44
44
- name : Build project
84
84
- uses : actions/cache@v2
85
85
with :
86
86
path : |
87
- ~/.gradle/caches/modules-2
88
- ~/.gradle/caches/jars-3
89
- ~/.gradle/caches/build-cache-1
87
+ ~/.gradle/caches/modules-*
88
+ ~/.gradle/caches/jars-*
89
+ ~/.gradle/caches/build-cache-*
90
90
key : gradle-${{ hashFiles('checksum.txt') }}
91
91
92
92
- name : Run instrumentation tests
@@ -103,4 +103,4 @@ jobs:
103
103
uses : actions/upload-artifact@v2
104
104
with :
105
105
name : test-reports
106
- path : ${{ env.SAMPLE_PATH }}/app/build/reports
106
+ path : ${{ env.SAMPLE_PATH }}/app/build/reports
Original file line number Diff line number Diff line change 36
36
- uses : actions/cache@v2
37
37
with :
38
38
path : |
39
- ~/.gradle/caches/modules-2
40
- ~/.gradle/caches/jars-3
41
- ~/.gradle/caches/build-cache-1
39
+ ~/.gradle/caches/modules-*
40
+ ~/.gradle/caches/jars-*
41
+ ~/.gradle/caches/build-cache-*
42
42
key : gradle-${{ hashFiles('checksum.txt') }}
43
43
44
44
- name : Build project
Original file line number Diff line number Diff line change 36
36
- uses : actions/cache@v2
37
37
with :
38
38
path : |
39
- ~/.gradle/caches/modules-2
40
- ~/.gradle/caches/jars-3
41
- ~/.gradle/caches/build-cache-1
39
+ ~/.gradle/caches/modules-*
40
+ ~/.gradle/caches/jars-*
41
+ ~/.gradle/caches/build-cache-*
42
42
key : gradle-${{ hashFiles('checksum.txt') }}
43
43
44
44
- name : Build project
84
84
- uses : actions/cache@v2
85
85
with :
86
86
path : |
87
- ~/.gradle/caches/modules-2
88
- ~/.gradle/caches/jars-3
89
- ~/.gradle/caches/build-cache-1
87
+ ~/.gradle/caches/modules-*
88
+ ~/.gradle/caches/jars-*
89
+ ~/.gradle/caches/build-cache-*
90
90
key : gradle-${{ hashFiles('checksum.txt') }}
91
91
92
92
- name : Run instrumentation tests
@@ -103,4 +103,4 @@ jobs:
103
103
uses : actions/upload-artifact@v2
104
104
with :
105
105
name : test-reports
106
- path : ${{ env.SAMPLE_PATH }}/app/build/reports
106
+ path : ${{ env.SAMPLE_PATH }}/app/build/reports
Original file line number Diff line number Diff line change 36
36
- uses : actions/cache@v2
37
37
with :
38
38
path : |
39
- ~/.gradle/caches/modules-2
40
- ~/.gradle/caches/jars-3
41
- ~/.gradle/caches/build-cache-1
39
+ ~/.gradle/caches/modules-*
40
+ ~/.gradle/caches/jars-*
41
+ ~/.gradle/caches/build-cache-*
42
42
key : gradle-${{ hashFiles('checksum.txt') }}
43
43
44
44
- name : Build project
Original file line number Diff line number Diff line change 36
36
- uses : actions/cache@v2
37
37
with :
38
38
path : |
39
- ~/.gradle/caches/modules-2
40
- ~/.gradle/caches/jars-3
41
- ~/.gradle/caches/build-cache-1
39
+ ~/.gradle/caches/modules-*
40
+ ~/.gradle/caches/jars-*
41
+ ~/.gradle/caches/build-cache-*
42
42
key : gradle-${{ hashFiles('checksum.txt') }}
43
43
44
44
- name : Build project
Original file line number Diff line number Diff line change 36
36
- uses : actions/cache@v2
37
37
with :
38
38
path : |
39
- ~/.gradle/caches/modules-2
40
- ~/.gradle/caches/jars-3
41
- ~/.gradle/caches/build-cache-1
39
+ ~/.gradle/caches/modules-*
40
+ ~/.gradle/caches/jars-*
41
+ ~/.gradle/caches/build-cache-*
42
42
key : gradle-${{ hashFiles('checksum.txt') }}
43
43
44
44
- name : Build project
Original file line number Diff line number Diff line change 36
36
- uses : actions/cache@v2
37
37
with :
38
38
path : |
39
- ~/.gradle/caches/modules-2
40
- ~/.gradle/caches/jars-3
41
- ~/.gradle/caches/build-cache-1
39
+ ~/.gradle/caches/modules-*
40
+ ~/.gradle/caches/jars-*
41
+ ~/.gradle/caches/build-cache-*
42
42
key : gradle-${{ hashFiles('checksum.txt') }}
43
43
44
44
- name : Build project
You can’t perform that action at this time.
0 commit comments