We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3035645 commit 22e7d76Copy full SHA for 22e7d76
.github/workflows/pullrequest.yml
@@ -35,7 +35,7 @@ jobs:
35
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
36
37
- name: Build with Maven
38
- run: mvn --batch-mode --update-snapshots verify
+ run: mvn --batch-mode --update-snapshots
39
40
- name: Upload coverage to Codecov
41
uses: codecov/codecov-action@v2
0 commit comments