Skip to content

Commit 34b7b14

Browse files
committed
ci: fix
1 parent cebdc98 commit 34b7b14

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ jobs:
3939
- name: Execute Java unit tests
4040
env:
4141
MVN_ARGS: '-B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn'
42-
run: mvn verify -fae -DskipITs $MVN_ARGS
42+
run: mvn verify -fae -DskipITs -Dskip.unit.tests $MVN_ARGS
4343

4444
- name: Publish Java code coverage
45+
env:
46+
TRAVIS_BRANCH: ${{ github.ref }} # non PR only need to get last part
47+
TRAVIS_PULL_REQUEST: ${{ github.event.number }}
48+
TRAVIS_TAG: ${{ github.event.release.tag_name }}
4549
run: build/publishCodeCoverage.sh

0 commit comments

Comments
 (0)