This commit is contained in:
parent
8259d2ece4
commit
97651c45cd
@ -9,6 +9,8 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-gitea
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Prep for local builds
|
||||
run: echo "${LOCIP} gitea.comnenos" >> /etc/hosts
|
||||
|
||||
@ -18,12 +20,11 @@ jobs:
|
||||
apt install -y maven
|
||||
|
||||
- name: Setup Java
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'adopt' # See 'Supported distributions' for available options
|
||||
java-version: '17'
|
||||
- run: |
|
||||
run: |
|
||||
java -version
|
||||
mvn -B verify --file pom.xml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user