We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042544a commit d8b5f06Copy full SHA for d8b5f06
2 files changed
.github/workflows/Dev-CI-CD.yml
@@ -57,14 +57,9 @@ jobs:
57
cp firebase-key.json ./src/main/resources/firebase-key.json
58
shell: bash
59
60
- - name: run tests for api docs generation
61
- run: |
62
- ./gradlew test --continue
63
- continue-on-error: true
64
-
65
- name: build with gradle
66
run: |
67
- ./gradlew bootjar -x test
+ ./gradlew bootjar
68
69
- name: login into docker
70
uses: docker/login-action@v2
.github/workflows/Prod-CI-CD.yaml
0 commit comments