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 a81c954 commit 65b82a2Copy full SHA for 65b82a2
1 file changed
.github/workflows/maven.yml
@@ -22,8 +22,8 @@ jobs:
22
- name: Set up JDK 11
23
uses: actions/setup-java@v3
24
with:
25
- java-version: '8'
+ java-version: '11'
26
distribution: 'temurin'
27
cache: maven
28
- name: run tests
29
- run: mvn test -DMAVEN_OPTS=-Xmx4000m
+ run: mvn test -DMAVEN_OPTS=-Xmx3000m -Dtest=\!HubUsageTests,\!*Bug*,\!HubTests,\!TestSuiteRelease1,\!AutomatedCLITests
0 commit comments