Skip to content

Commit 745769a

Browse files
Update CI.yml
1 parent aa14f90 commit 745769a

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
java-version: '21'
2626

2727
- name: Build With Gradle
28-
run: ./gradlew clean build --no-daemon
28+
run: ./gradlew clean build -x test --no-daemon
2929

30-
- name: Run Test Code
31-
run: ./gradlew test
30+
- name: Upload Build Artifact
31+
uses: actions/upload-artifact@v3
32+
with:
33+
name: backend-jar
34+
path: build/libs/*.jar

0 commit comments

Comments
 (0)