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

Commit 4b12336

Browse files
authored
removed duplicate testing from feature release
1 parent c6b8454 commit 4b12336

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/featureRelease.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,12 @@ jobs:
2626
run: |
2727
docker create -p 27017:27017 --name FileFighterDB mongo:latest
2828
docker start FileFighterDB
29-
-
30-
name: Run all Tests
31-
run: mvn clean test -f pom.xml
32-
-
33-
name: Upload CodeCov.
34-
run: bash <(curl -s https://codecov.io/bash) -Z
3529
-
3630
name: Build Docker Image
3731
run: mvn spring-boot:build-image -f pom.xml
32+
-
33+
name: Upload CodeCov.
34+
run: bash <(curl -s https://codecov.io/bash) -Z
3835
-
3936
name: Login to DockerHub
4037
uses: docker/login-action@v1

0 commit comments

Comments
 (0)