diff --git a/.github/workflows/github-actions-impl-test.yml b/.github/workflows/github-actions-impl-test.yml index c8e802dcd..a596bae6c 100644 --- a/.github/workflows/github-actions-impl-test.yml +++ b/.github/workflows/github-actions-impl-test.yml @@ -84,7 +84,6 @@ jobs: - name: Run unit and integration tests run: | - export AB2D_EFS_MOUNT="${AB2D_HOME}" mvn -s settings.xml -X -Dusername=${ARTIFACTORY_USER} -Dpassword=${ARTIFACTORY_PASSWORD} -Drepository_url=${ARTIFACTORY_URL} test -pl common,coverage,api,worker - name: Cleanup - first pass of docker deletions part 1