File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,13 @@ name: run checks
2
2
3
3
on :
4
4
push :
5
- branches : [ main ] # Just in case main was not up-to-date while merging PR
5
+ branches : [ main ]
6
6
pull_request :
7
7
types : [ opened, synchronize ]
8
8
9
9
jobs :
10
10
run :
11
- continue-on-error : true
12
11
runs-on : ubuntu-latest
13
- strategy :
14
- fail-fast : false
15
12
steps :
16
13
- name : checkout
17
14
uses : actions/checkout@v3
22
19
java-version : 17
23
20
distribution : ' zulu'
24
21
25
- - uses : actions/cache@v3
26
- with :
27
- path : ~/.gradle
28
- key : gradle-${{ hashFiles('gradle-checksums.txt') }}-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
29
- restore-keys : |
30
- gradle-${{ hashFiles('gradle-checksums.txt') }}-
31
-
32
22
- name : Verify project consistency
33
23
run : cd .test && ./gradlew test
34
24
You can’t perform that action at this time.
0 commit comments