We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab271f commit 2c555d4Copy full SHA for 2c555d4
.github/workflows/pullrequest.yml
@@ -36,11 +36,11 @@ jobs:
36
37
- name: Build with Maven
38
run: |
39
- if [ ${{ github.event.pull_request.head.repo.full_name }} = ${{ github.repository }} ]; then
40
- mvn --batch-mode --update-snapshots verify
41
- else
42
- mvn --batch-mode --update-snapshots verify -Dgpg.skip
43
- fi
+ if [ ${{ github.event.pull_request.head.repo.full_name }} = ${{ github.repository }} ]; then
+ mvn --batch-mode --update-snapshots verify
+ else
+ mvn --batch-mode --update-snapshots verify -Dgpg.skip
+ fi
44
45
- name: Upload coverage to Codecov
46
uses: codecov/codecov-action@v2
0 commit comments