We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ca31e commit 6a0ecaaCopy full SHA for 6a0ecaa
.github/workflows/ci.yml
@@ -32,6 +32,7 @@ jobs:
32
run: ./mvnw --no-transfer-progress verify
33
- name: Aggregate test reports with ciMate
34
if: always()
35
+ continue-on-error: true
36
env:
37
CIMATE_PROJECT_ID: lodr9d83
38
CIMATE_CI_KEY: "CI / ${{matrix.name}}"
0 commit comments