Skip to content

Commit

Permalink
IM-98 Add missing -DskipTests
Browse files Browse the repository at this point in the history
* Some tests require MongoDB and other external services :/
  • Loading branch information
iperdomo committed Jan 19, 2024
1 parent cfbccf4 commit 90425e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
cache: 'maven'
- name: Build with maven
run: |
./mvnw -U clean install
./mvnw -U clean install -DskipTests
./mvnw -pl :klab.ogc test -Dtest="*STAC*"

0 comments on commit 90425e9

Please sign in to comment.