add test
This commit is contained in:
parent
9245e75363
commit
e784cdf303
1 changed files with 15 additions and 0 deletions
15
.forgejo/workflows/test.yaml
Normal file
15
.forgejo/workflows/test.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test-maven-env:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- name: Setup Java
|
||||||
|
uses: actions/setup-java@v5
|
||||||
|
with:
|
||||||
|
distribution: 'temurin'
|
||||||
|
java-version: 25
|
||||||
|
- name: Some debug output
|
||||||
|
run: |
|
||||||
|
cat /root/.ms/settings.xml
|
||||||
|
which mvn
|
||||||
|
ls -la /usr/bin
|
||||||
Loading…
Add table
Add a link
Reference in a new issue