parent
d45b158d7d
commit
1ca78aefd1
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user