We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6042906 commit 4963ce4Copy full SHA for 4963ce4
.github/workflows/maven.yml
@@ -69,7 +69,7 @@ jobs:
69
cache: 'maven'
70
- run: ./scripts/regenerate-openmaptiles.sh
71
# Skip spotless since that gets checked in a separate task
72
- - run: ./mvnw -Dspotless.check.skip --batch-mode -no-transfer-progress clean verify
+ - run: ./mvnw -DskipTests -Dspotless.check.skip --batch-mode -no-transfer-progress clean verify
73
74
run:
75
name: Build / Run
@@ -138,4 +138,4 @@ jobs:
138
working-directory: planetiler
139
run: ./scripts/test-release.sh CI_ONLY
140
env:
141
- SKIP_EXAMPLE_PROJECT: true
+ SKIP_EXAMPLE_PROJECT: true
0 commit comments