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

Commit 753d736

Browse files
committed
Removed redundant testing in latestRelease
1 parent 0708bdd commit 753d736

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/latestRelease.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,8 @@ jobs:
2121
docker create -p 27017:27017 --name FileFighterDB mongo:latest
2222
docker start FileFighterDB
2323
-
24-
name: Run all Tests
25-
run: mvn clean test -f pom.xml
26-
-
2724
name: Build Docker Image
2825
run: mvn spring-boot:build-image -f pom.xml
29-
-
30-
name: Upload CodeCov.
31-
run: bash <(curl -s https://codecov.io/bash) -Z
3226
-
3327
name: Login to DockerHub
3428
uses: docker/login-action@v1

0 commit comments

Comments
 (0)