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

Commit c6b8454

Browse files
authored
removed duplicate testing from Stable Release
1 parent 7576a60 commit c6b8454

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/stableRelease.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
run: |
2222
docker create -p 27017:27017 --name FileFighterDB mongo:latest
2323
docker start FileFighterDB
24-
-
25-
name: Run all Tests
26-
run: mvn clean test -f pom.xml
2724
-
2825
name: Build Docker Image
2926
run: mvn spring-boot:build-image -f pom.xml

0 commit comments

Comments
 (0)