Skip to content

Commit cf0a905

Browse files
authored
Remove test job
1 parent 04f3c02 commit cf0a905

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/branch-validations.yaml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -53,26 +53,3 @@ jobs:
5353

5454
- name: Check security vulnerabilities
5555
run: mvn -s .github/maven_settings.xml org.owasp:dependency-check-maven:check
56-
57-
test:
58-
runs-on: ubuntu-18.04
59-
steps:
60-
- uses: actions/checkout@v2
61-
- name: Set up JDK 11
62-
uses: actions/setup-java@v2
63-
with:
64-
distribution: zulu
65-
java-version: 11
66-
- name: Cache Maven packages
67-
uses: actions/cache@v2
68-
with:
69-
path: ~/.m2
70-
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
71-
restore-keys: ${{ runner.os }}-m2
72-
73-
- uses: paambaati/[email protected]
74-
env:
75-
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_TESTREPORTER_ID }}
76-
with:
77-
coverageCommand: mvn -s .github/maven_settings.xml test
78-
coverageLocations: target/site/jacoco/jacoco.xml:jacoco

0 commit comments

Comments
 (0)