Skip to content

Commit

Permalink
Enable quite.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Nov 13, 2024
1 parent 2618cf2 commit 571d09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
env:
BROWSER: ${{ matrix.browser }}
SKIP_UPDATES: 'true'
run: mvn -V --color always -ntp test --file ui-tests/pom.xml -Dtest=${{ matrix.test }} -Dgpg.skip -Dsurefire.rerunFailingTestsCount=1
run: mvn -V --color always -ntp test --file ui-tests/pom.xml -Dtest=${{ matrix.test }} -Dquite -Dgpg.skip -Dsurefire.rerunFailingTestsCount=1

0 comments on commit 571d09f

Please sign in to comment.