Skip to content

Commit 313c838

Browse files
committed
Fixing CI
1 parent 7cb8c35 commit 313c838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
tags: ${{ steps.meta.outputs.tags }}
7676
labels: ${{ steps.meta.outputs.labels }}
7777
- name: Validating the image built can start without any error
78-
run: docker run --rm -e SPRING_PROFILES_ACTIVE=test -e EXIT_AFTER_INIT=true ${{ steps.meta.outputs.tags }}
78+
run: docker run -e SPRING_PROFILES_ACTIVE=test -e EXIT_AFTER_INIT=true ${{ steps.meta.outputs.tags }}
7979

8080
docker-build-push-front:
8181
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)