We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ddb13f commit d2f03caCopy full SHA for d2f03ca
.github/workflows/Deploy-As-P2-Update-Site.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Build with Maven
36
run: |
37
cd ${{ github.event.repository.name }}
38
- mvn verify
+ mvn --batch-mode verify
39
40
- name: Upload flat p2 update site
41
if: github.ref == 'refs/heads/master'
0 commit comments