Add test step
All checks were successful
Deploy / build (push) Successful in 1m4s

This commit is contained in:
2026-02-27 21:56:51 +01:00
parent 5be1b1cc29
commit e6f6e2466b

View File

@@ -20,6 +20,9 @@ jobs:
- name: Build Jar
run: ./gradlew bootJar
- name: Run Tests
run: ./gradlew test
- name: Build Container
run: docker build --tag gitea.seeseepuff.be/seeseemelk/webgit:latest .