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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)