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 b96b230 commit d9f4e70Copy full SHA for d9f4e70
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ env:
19
MAVEN_OPTS: -Dmaven.artifact.threads=256 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
20
jobs:
21
build:
22
- runs-on: [self-hosted, ubuntu-latest]
+ runs-on: ubuntu-latest
23
steps:
24
- uses: actions/checkout@v4
25
- name: Setup Java JDK
@@ -34,6 +34,6 @@ jobs:
34
key: 'cache'
35
restore-keys: 'cache'
36
- name: 'Build with Maven'
37
- run: mvn -Ptest-h2-2 -B clean install --file pom.xml
+ run: mvn -B clean install --file pom.xml
38
- name: 'Remove snapshots before caching'
39
run: find ~/.m2 -name '*SNAPSHOT' | xargs rm -Rf
0 commit comments