Skip to content

Commit 5ee1df1

Browse files
committed
Enable quite.
1 parent be43a0c commit 5ee1df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ui-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
uses: stCarolas/setup-maven@v5
3030
with:
3131
maven-version: 3.9.9
32-
- name: Build warnings plugin and download dependencies
32+
- name: Build got-forensics plugin and download dependencies
3333
run: mvn -V --color always -ntp verify -Pskip --file plugin/pom.xml
3434
- name: Run UI tests on ${{ matrix.browser }}
3535
env:
3636
BROWSER: ${{ matrix.browser }}
3737
SKIP_UPDATES: 'true'
38-
run: mvn -V --color always -ntp test --file ui-tests/pom.xml -Dgpg.skip -Dsurefire.rerunFailingTestsCount=1
38+
run: mvn -V --color always -ntp test --file ui-tests/pom.xml -Dquite -Dgpg.skip -Dsurefire.rerunFailingTestsCount=1

0 commit comments

Comments
 (0)