diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index f74a18b0..f497e8ad 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -38,6 +38,8 @@ jobs: run: docker image prune -af - name: Integration Test with Maven run: mvn clean install test-compile failsafe:integration-test failsafe:verify verify --batch-mode --fail-at-end -Djacoco.skip=false -DskipITs=false -DskipITCoverage=false + env: + EPICS_PVA_ENABLE_IP6: "false" - name: Publish Test Report uses: mikepenz/action-junit-report@v3 if: success() || failure() # always run even if the previous step fails diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 326daf2e..b143d674 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -12,7 +12,6 @@ on: push: branches: [ "master" ] pull_request: - branches: [ "master" ] jobs: build: @@ -75,6 +74,8 @@ jobs: run: docker image prune -af - name: Integration Test with Maven run: mvn clean install test-compile failsafe:integration-test failsafe:verify --batch-mode --fail-at-end -Djacoco.skip=true -DskipITs=false -DskipITCoverage=true + env: + EPICS_PVA_ENABLE_IP6: "false" - name: Publish Test Report uses: mikepenz/action-junit-report@v4 if: success() || failure() # always run even if the previous step fails diff --git a/pom.xml b/pom.xml index 05d3ffea..f9c7bc50 100644 --- a/pom.xml +++ b/pom.xml @@ -155,7 +155,7 @@ org.phoebus core-pva - 4.7.2 + 4.7.3 @@ -429,6 +429,7 @@ org.apache.maven.plugins maven-source-plugin + 3.3.0 attach-sources