too
Some checks failed
CI / checkout (push) Failing after 44s
CI / build (push) Failing after 1s

This commit is contained in:
2024-03-24 09:38:18 +08:00
parent 5d7d28c7ff
commit 82fbf618d7

View File

@@ -3,12 +3,19 @@ on:
push:
branches: [ master ]
jobs:
checkout:
runs-on: woryzen
container:
image: node:lts-alpine
steps:
- name: Check out repository code
uses: actions/checkout@v4
build:
runs-on: woryzen
container:
image: eclipse-temurin:21-jdk-alpine
steps:
- name: List directory
run: ls ${{ gitea.workspace }}
- name: Build
run: |
ls ${{ gitea.workspace }}
./gradlew build
run: ./gradlew build