too
Some checks failed
CI / checkout (push) Failing after 35s
CI / build (push) Failing after 2s

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

View File

@@ -3,12 +3,21 @@ on:
push: push:
branches: [ master ] branches: [ master ]
jobs: jobs:
checkout:
runs-on: woryzen
container:
image: node:lts-alpine
steps:
- name: Checkout sources
uses: https://github.com/RouxAntoine/checkout@v3.5.4
with:
github-server-url: 'https://woggioni.net/gitea'
build: build:
runs-on: woryzen runs-on: woryzen
container: container:
image: eclipse-temurin:21-jdk-alpine image: eclipse-temurin:21-jdk-alpine
steps: steps:
- name: Build - name: Setup Gradle
run: | uses: gradle/actions/setup-gradle@v3
ls ${{ gitea.workspace }} - name: Build with Gradle
./gradlew build run: ./gradlew build