Skip to content

Commit

Permalink
Reduce footprint of mvn in scope of testing-farm
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys committed Oct 8, 2024
1 parent 4390e74 commit 90f8def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmt/tests/streams-e2e/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cd ../../../

#get install files
./mvnw install -P get-operator-files
./mvnw install -q -P get-operator-files

#run tests
./mvnw verify -P test -Dgroups="${TEST_GROUPS}"
./mvnw verify -q -P test -Dgroups="${TEST_GROUPS}"

0 comments on commit 90f8def

Please sign in to comment.