We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4fb5e1 commit 8d97331Copy full SHA for 8d97331
1 file changed
.github/workflows/maven-verify.yml
@@ -49,6 +49,8 @@ jobs:
49
title: '# Java Code Coverage Report'
50
51
- name: Cucumber Report
52
+ if: github.repository == 'ifeelgood/MongoEnterpriseMicroserviceExamples'
53
+ continue-on-error: true
54
uses: deblockt/cucumber-report-annotations-action@v1.7
55
with:
56
access-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments