Skip to content

Commit

Permalink
Merge pull request #87 from nqminhuit/testcontainers-int-tests
Browse files Browse the repository at this point in the history
feat: integration tests with testcontainers
  • Loading branch information
nqminhuit authored Jul 3, 2024
2 parents c69e179 + a20dcdc commit ce69b08
Show file tree
Hide file tree
Showing 21 changed files with 863 additions and 510 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 ce69b08

Please sign in to comment.