File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name: Java CI
7
7
8
8
on :
9
9
push :
10
- branches : [ main ]
10
+ branches : [ main , dev ]
11
11
pull_request :
12
12
branches : " *"
13
13
@@ -28,13 +28,11 @@ jobs:
28
28
run : sudo apt install -y python3 python3-setuptools python3-pip
29
29
- name : Update pip
30
30
run : pip3 install --upgrade pip
31
- - name : Install libraries via pip (xmltodict and wget)
32
- run : pip3 install xmltodict wget
33
31
- name : Grant execute permission for gradlew
34
32
run : chmod +x gradlew
35
33
- name : Build with Gradle
36
34
run : ./gradlew clean check jacocoTestReport
37
35
- name : Codecov
38
36
uses : codecov/codecov-action@v1
39
37
with :
40
- files : ./build/reports/jacoco/test/jacocoTestReport.xml # optional
38
+ files : ./build/reports/jacoco/test/jacocoTestReport.xml
Original file line number Diff line number Diff line change 16
16
branches : [ "main", "dev" ]
17
17
pull_request :
18
18
# The branches below must be a subset of the branches above
19
- branches : [ "main", "dev" ]
19
+ branches : " * "
20
20
schedule :
21
21
- cron : ' 42 9 * * 4'
22
22
You can’t perform that action at this time.
0 commit comments