Compare commits

...

12 Commits

Author SHA1 Message Date
efbda3198e 更新 '.gitea/workflows/build.yaml'
Some checks failed
Explore-Gitea-Actions
2023-08-07 11:28:10 +00:00
96260b98ca 更新 '.gitea/workflows/build.yaml'
Some checks failed
Explore-Gitea-Actions
2023-08-07 11:24:21 +00:00
06e197e452 更新 '.gitea/workflows/build.yaml'
Some checks failed
Explore-Gitea-Actions
2023-08-07 10:57:40 +00:00
3b71f936e2 更新 '.gitea/workflows/build.yaml'
Some checks failed
Explore-Gitea-Actions
2023-08-07 10:54:26 +00:00
dd5c9d81ae revert 15f86bf98939bcd894c6d4bc0ab7804d9ddc3794
Some checks are pending
Explore-Gitea-Actions
revert 更新 '.gitea/workflows/build.yaml'
2023-08-07 10:53:56 +00:00
15f86bf989 更新 '.gitea/workflows/build.yaml'
Some checks failed
Explore-Gitea-Actions
2023-08-07 10:53:18 +00:00
dfd26ebe8b 更新 '.gitea/workflows/build.yaml'
Some checks failed
Explore-Gitea-Actions
2023-08-07 06:30:51 +00:00
8028fa16f5 更新 '.gitea/workflows/build.yaml'
Some checks failed
Explore-Gitea-Actions
2023-08-07 06:29:49 +00:00
80e3c9da20 更新 '.gitea/workflows/build.yaml'
Some checks failed
Explore-Gitea-Actions
2023-08-07 06:29:24 +00:00
140782373a 更新 '.gitea/workflows/build.yaml'
Some checks failed
Explore-Gitea-Actions
2023-08-07 06:27:04 +00:00
c3befa21c8 更新 '.gitea/workflows/build.yaml'
Some checks failed
Explore-Gitea-Actions
2023-08-07 06:20:17 +00:00
1ca78aefd1 更新 '.gitea/workflows/build.yaml'
Some checks failed
build
2023-08-07 06:17:46 +00:00

View File

@ -5,10 +5,23 @@ jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
- name: echo
run: cat /etc/hostname
- name: Checkout
uses: https://github.com/actions/checkout@v3
- name: Install Java
uses: https://github.com/actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- run: mvn
distribution: 'oracle'
java-version: 17
- name: Set up Maven
uses: https://github.com/stCarolas/setup-maven@v4.5
- run: cat ~/.m2/settings.xml
- name: Deploy
run: mvn