Skip to content

Commit

Permalink
feat: integration tests with testcontainers
Browse files Browse the repository at this point in the history
fix: #86
  • Loading branch information
nqminhuit authored and minh committed Jul 1, 2024
1 parent c69e179 commit 5472a7f
Show file tree
Hide file tree
Showing 21 changed files with 808 additions and 508 deletions.
19 changes: 0 additions & 19 deletions .mvn/wrapper/maven-wrapper.properties

This file was deleted.

5 changes: 4 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ WORKDIR /app/gis
RUN mvn -q verify clean --fail-never
COPY . /app/gis
RUN apk add --no-cache git
RUN mvn -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn clean package

# temporal skip tests because IntTests need containers to run,
# and I don't know how to config them
RUN mvn -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn clean package -DskipTests

FROM quay.io/quarkus/ubi-quarkus-mandrel-builder-image:23.1-jdk-21
USER root
Expand Down
259 changes: 0 additions & 259 deletions mvnw

This file was deleted.

Loading

0 comments on commit 5472a7f

Please sign in to comment.