Skip to content

Commit bcf3fdc

Browse files
committed
Skip tests in Dockerfile - they are run by workflow
1 parent 65525ab commit bcf3fdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM eclipse-temurin:22-jdk AS build
55
WORKDIR /build
66
COPY . .
77

8-
RUN ./gradlew clean build
8+
RUN ./gradlew clean build -x test
99

1010
FROM eclipse-temurin:22-jre AS deploy
1111

0 commit comments

Comments
 (0)