We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be43a0c commit 5ee1df1Copy full SHA for 5ee1df1
.github/workflows/ui-tests.yml
@@ -29,10 +29,10 @@ jobs:
29
uses: stCarolas/setup-maven@v5
30
with:
31
maven-version: 3.9.9
32
- - name: Build warnings plugin and download dependencies
+ - name: Build got-forensics plugin and download dependencies
33
run: mvn -V --color always -ntp verify -Pskip --file plugin/pom.xml
34
- name: Run UI tests on ${{ matrix.browser }}
35
env:
36
BROWSER: ${{ matrix.browser }}
37
SKIP_UPDATES: 'true'
38
- run: mvn -V --color always -ntp test --file ui-tests/pom.xml -Dgpg.skip -Dsurefire.rerunFailingTestsCount=1
+ run: mvn -V --color always -ntp test --file ui-tests/pom.xml -Dquite -Dgpg.skip -Dsurefire.rerunFailingTestsCount=1
0 commit comments