Skip to content

Commit

Permalink
fix: workflow - 3
Browse files Browse the repository at this point in the history
  • Loading branch information
zRains committed Jul 30, 2024
1 parent 6ecac35 commit fce0e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: mvn -T 2C -am test -pl ambari-web,ambari-admin -Dmaven.artifact.threads=10 -Drat.skip
- name: Ambari Agent Tests
run: mvn -X -Dmaven.test.failure.ignore=true -am test -pl ambari-agent -Dmaven.artifact.threads=10 -Drat.skip
- name: Ambari Agent Tests
- name: Ambari Server PyTests
run: mvn -am test -pl ambari-server -DskipSurefireTests -Dmaven.test.failure.ignore -Dmaven.artifact.threads=10 -Drat.skip -Dcheckstyle.skip
- name: Ambari Server JTests
run: mvn -am test -pl ambari-server -DskipPythonTests -Dmaven.test.failure.ignore -Dmaven.artifact.threads=10 -Drat.skip

0 comments on commit fce0e7b

Please sign in to comment.