Skip to content

Commit

Permalink
Update unit_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akioee authored Aug 11, 2024
1 parent b2432cf commit 37fe2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
run: mvn -X -Dmaven.test.failure.ignore=true -am test -pl ambari-agent -Dmaven.artifact.threads=10 -Drat.skip

- name: Ambari Server PyTests
run: mvn -X -am test -pl ambari-server -DskipSurefireTests -Dmaven.test.failure.ignore -Dmaven.artifact.threads=10 -Drat.skip -Dcheckstyle.skip
run: sudo env "PATH=$PATH" bash -c "mvn -X -am test -pl ambari-server -DskipSurefireTests -Dmaven.test.failure.ignore -Dmaven.artifact.threads=10 -Drat.skip -Dcheckstyle.skip"

0 comments on commit 37fe2ad

Please sign in to comment.