We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00adc44 commit d04036dCopy full SHA for d04036d
1 file changed
.github/workflows/verify.yml
@@ -40,7 +40,7 @@ jobs:
40
path: /home/runner/.m2/repository
41
key: ${{ runner.os }}-maven-0-${{ hashFiles('**/pom.xml') }}
42
- name: Build with Maven within a virtual X Server Environment
43
- run: xvfb-run mvn clean verify checkstyle:check pmd:pmd pmd:check pmd:cpd-check spotbugs:check -f ./ddk-parent/pom.xml --batch-mode --fail-at-end -T1.5C
+ run: xvfb-run mvn clean verify checkstyle:check pmd:pmd pmd:check pmd:cpd-check spotbugs:check -f ./ddk-parent/pom.xml --batch-mode --fail-at-end -T2C
44
- name: Archive Tycho Surefire Plugin
45
if: ${{ failure() }}
46
uses: actions/upload-artifact@v4
0 commit comments