Skip to content

Commit

Permalink
Update Helix-Manual-CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshukandwal authored Sep 28, 2023
1 parent 7221ace commit dc84110
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Helix-Manual-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11
- name: Delete frontend-maven-plugin dir
run: rm -rf .m2\repository\com\github\eirslett
- name: Build with Maven
run: mvn clean install -Dmaven.test.skip.exec=true -DretryFailedDeploymentCount=5
- name: Run All Tests
Expand Down

0 comments on commit dc84110

Please sign in to comment.