Skip to content

Commit 3bd8e28

Browse files
committed
Minor improvements
1 parent 6a6f548 commit 3bd8e28

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Java CI
77

88
on:
99
push:
10-
branches: [ main ]
10+
branches: [ main , dev]
1111
pull_request:
1212
branches: "*"
1313

@@ -28,13 +28,11 @@ jobs:
2828
run: sudo apt install -y python3 python3-setuptools python3-pip
2929
- name: Update pip
3030
run: pip3 install --upgrade pip
31-
- name: Install libraries via pip (xmltodict and wget)
32-
run: pip3 install xmltodict wget
3331
- name: Grant execute permission for gradlew
3432
run: chmod +x gradlew
3533
- name: Build with Gradle
3634
run: ./gradlew clean check jacocoTestReport
3735
- name: Codecov
3836
uses: codecov/codecov-action@v1
3937
with:
40-
files: ./build/reports/jacoco/test/jacocoTestReport.xml #optional
38+
files: ./build/reports/jacoco/test/jacocoTestReport.xml

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
branches: [ "main", "dev" ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ "main", "dev" ]
19+
branches: "*"
2020
schedule:
2121
- cron: '42 9 * * 4'
2222

0 commit comments

Comments
 (0)