Skip to content

Commit 2c555d4

Browse files
WIP
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
1 parent bab271f commit 2c555d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pullrequest.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636

3737
- name: Build with Maven
3838
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
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
4444
4545
- name: Upload coverage to Codecov
4646
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)