We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ca9db commit 7826567Copy full SHA for 7826567
.github/workflows/maven-publish.yml
@@ -26,9 +26,9 @@ jobs:
26
settings-path: ${{ github.workspace }} # location for the settings.xml file
27
28
- name: Build with Maven
29
- run: mvn -B package --file pom.xml
+ run: xvfb-run mvn -B package --file pom.xml
30
31
- name: Publish to GitHub Packages Apache Maven
32
- run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
+ run: xvfb-run mvn deploy -s $GITHUB_WORKSPACE/settings.xml
33
env:
34
GITHUB_TOKEN: ${{ github.token }}
0 commit comments