Skip to content

Commit 3212243

Browse files
committed
remove test file
1 parent e499888 commit 3212243

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/cicd-pipeline.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
cd hexfeed-backend
3232
mvn clean package -DskipTests
3333
34-
- name: Run tests
35-
run: |
36-
cd hexfeed-backend
37-
mvn test
3834
- name: Build Docker image
3935
run: |
4036
docker build -t ${{ env.DOCKER_IMAGE }}:${{ github.sha }} .

0 commit comments

Comments
 (0)