更新 '.gitea/workflows/build.yaml'
Some checks failed
build

This commit is contained in:
Qubot 2023-08-07 06:17:46 +00:00
parent d45b158d7d
commit 1ca78aefd1

View File

@ -2,7 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ github.actor }} is testing out Gitea Actions
on: [push]
jobs:
Explore-Gitea-Actions:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@ -11,4 +11,5 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
- run: mvn
- name: Build with Maven
run: mvn