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 c15594c commit a4c91b1Copy full SHA for a4c91b1
.github/workflows/main.yml
@@ -56,7 +56,7 @@ jobs:
56
path: ./code/backend/src/main/resources/static/
57
58
- name: Build with Maven
59
- run: mvn clean package --file pom.xml
+ run: mvn clean package --file pom.xml -DskipTests
60
61
- name: Upload artifact
62
uses: actions/upload-artifact@v4
0 commit comments