We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e499888 commit 3212243Copy full SHA for 3212243
1 file changed
.github/workflows/cicd-pipeline.yml
@@ -31,10 +31,6 @@ jobs:
31
cd hexfeed-backend
32
mvn clean package -DskipTests
33
34
- - name: Run tests
35
- run: |
36
- cd hexfeed-backend
37
- mvn test
38
- name: Build Docker image
39
run: |
40
docker build -t ${{ env.DOCKER_IMAGE }}:${{ github.sha }} .
0 commit comments