Update .gitea/workflows/demo.yaml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4s
This commit is contained in:
parent
b22e92c564
commit
cc0bfd8433
@ -10,4 +10,13 @@ jobs:
|
||||
uses: http://172.23.112.123:3000/actions/checkout@main
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
ls ${{ gitea.workspace }}
|
||||
- name: Set up Java version
|
||||
uses: http://172.23.112.123:3000/actions/setup-java@main
|
||||
with:
|
||||
java-version: 'temurin'
|
||||
distribution: '17'
|
||||
cache: 'maven'
|
||||
|
||||
- name: Build with Maven
|
||||
run: mvn clean install
|
Loading…
x
Reference in New Issue
Block a user