trying to fix gitea pipeline
Some checks failed
CI / build (push) Failing after 1s

This commit is contained in:
2024-03-24 09:35:42 +08:00
parent 8e5338aacb
commit 5d7d28c7ff

View File

@@ -9,4 +9,6 @@ jobs:
image: eclipse-temurin:21-jdk-alpine
steps:
- name: Build
run: ./gradlew build
run: |
ls ${{ gitea.workspace }}
./gradlew build