Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 706e746

Browse files
authored
fixed latest pipeline
1 parent 828919c commit 706e746

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/latestRelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
run: |
2727
docker create -p 27017:27017 --name FileFighterDB mongo:latest
2828
docker start FileFighterDB
29-
-
30-
name: Upload CodeCov.
31-
run: bash <(curl -s https://codecov.io/bash) -Z
3229
-
3330
name: Build Docker Image
3431
run: mvn spring-boot:build-image -f pom.xml
32+
-
33+
name: Upload CodeCov.
34+
run: bash <(curl -s https://codecov.io/bash) -Z
3535
-
3636
name: Login to DockerHub
3737
uses: docker/login-action@v1

0 commit comments

Comments
 (0)