Skip to content

Commit

Permalink
Update tester.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zRains authored Jul 30, 2024
1 parent 26571f6 commit c1c3ba1
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 @@ -46,7 +46,7 @@ jobs:
run: mvn org.apache.rat:apache-rat-plugin:check -Dmaven.artifact.threads=10

- name: Ambari WebUI Tests
run: mvn -T 2C -am test -pl ambari-web,ambari-admin -Dmaven.artifact.threads=10 -Drat.skip
run: mvn -X -T 2C -am test -pl ambari-web,ambari-admin -Dmaven.artifact.threads=10 -Drat.skip

- name: Ambari Agent Tests
run: mvn -Dmaven.test.failure.ignore=true -am test -pl ambari-agent -Dmaven.artifact.threads=10 -Drat.skip
Expand Down

0 comments on commit c1c3ba1

Please sign in to comment.