Skip to content

Commit

Permalink
take out job to test
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwolenpbc authored and oluwolenpbc committed Oct 25, 2023
1 parent 4a4a4c9 commit 6195d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-impl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
sudo chmod -R 777 /opt/actions-runner/_work/ab2d/ab2d/common/
# Add other commands if necessary
- name: Clean maven
run: |
mvn --version
Expand All @@ -85,7 +85,7 @@ 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,job,coverage,api,worker
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
run: |
Expand Down

0 comments on commit 6195d74

Please sign in to comment.