Skip to content

Commit 7aa08e1

Browse files
committed
Configure tests
1 parent 75ac183 commit 7aa08e1

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.github/workflows/build.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,3 @@ jobs:
5050
working-directory: ${{ matrix.dir }}
5151
run: |
5252
docker compose down -v
53-
54-

java/builders/build.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ COPY --from=builder application/dependencies/ ./
1717
COPY --from=builder application/snapshot-dependencies/ ./
1818
COPY --from=builder application/application/ ./
1919

20-
ENTRYPOINT ["java", "org.springframework.boot.loader.JarLauncher"]
20+
ENTRYPOINT ["java", "org.springframework.boot.loader.JarLauncher"]

test.sh

-6
This file was deleted.

0 commit comments

Comments
 (0)