We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa14f90 commit 745769aCopy full SHA for 745769a
1 file changed
.github/workflows/CI.yml
@@ -25,7 +25,10 @@ jobs:
25
java-version: '21'
26
27
- name: Build With Gradle
28
- run: ./gradlew clean build --no-daemon
+ run: ./gradlew clean build -x test --no-daemon
29
30
- - name: Run Test Code
31
- run: ./gradlew test
+ - name: Upload Build Artifact
+ uses: actions/upload-artifact@v3
32
+ with:
33
+ name: backend-jar
34
+ path: build/libs/*.jar
0 commit comments