Skip to content

Commit 65b82a2

Browse files
committed
exclude HubUsageTests from CI
1 parent a81c954 commit 65b82a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: Set up JDK 11
2323
uses: actions/setup-java@v3
2424
with:
25-
java-version: '8'
25+
java-version: '11'
2626
distribution: 'temurin'
2727
cache: maven
2828
- name: run tests
29-
run: mvn test -DMAVEN_OPTS=-Xmx4000m
29+
run: mvn test -DMAVEN_OPTS=-Xmx3000m -Dtest=\!HubUsageTests,\!*Bug*,\!HubTests,\!TestSuiteRelease1,\!AutomatedCLITests

0 commit comments

Comments
 (0)