WIP: testing some pipeline stuff #72

Closed
jank wants to merge 5 commits from pipelines into main
Showing only changes of commit 9b85f450a3 - Show all commits

View file

@ -74,13 +74,6 @@ jobs:
working-directory: ./backend
run: ./gradlew bootJar --parallel --build-cache
- name: "Upload Artifacts"
uses: actions/upload-artifact@v4
with:
name: backend-jar
path: backend/build/libs/*.jar
retention-days: 5
- name: "Stop Gradle"
if: always()
working-directory: ./backend