Rename github to gitea
Build and Test / build (push) Failing after 44s

This commit is contained in:
2026-05-13 12:59:53 +02:00
parent 4e53d84727
commit e579eef380
5 changed files with 67 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
name: Build and Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- name: Build and Test
run: ./gradlew build