diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index dbf96ab..dc2b8a8 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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 \ No newline at end of file + - name: Build with Maven + run: mvn \ No newline at end of file