We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ed6e9 commit 5321c3fCopy full SHA for 5321c3f
.github/workflows/gradleBuild.yml
@@ -26,11 +26,12 @@ jobs:
26
java-version: 17
27
28
- name: Build with Gradle
29
- run: ./gradlew build -x test
+ run: ./gradlew build -x test -x longRunTest
30
- name: Run tests
31
run: ./gradlew check
32
33
- - uses: actions/upload-artifact@v4
+ - name: Upload compiled jars
34
+ uses: actions/upload-artifact@v4
35
with:
36
name: compiled-jars
37
path: build/libs/*.jar
.github/workflows/gradleBuildPR.yml
@@ -24,7 +24,7 @@ jobs:
24
25
0 commit comments