更新 .gitea/workflows/build.yaml
All checks were successful
Gitea Actions Build / Build (push) Successful in 2m23s
All checks were successful
Gitea Actions Build / Build (push) Successful in 2m23s
This commit is contained in:
parent
6de6c96a6d
commit
21d82c710b
@ -8,19 +8,12 @@ jobs:
|
||||
Build:
|
||||
runs-on: ubuntu-dev
|
||||
steps:
|
||||
|
||||
- name: Check out repository code
|
||||
uses: https://git.mingliqiye.com/Actions/checkout@v4
|
||||
|
||||
- name: switchJdk
|
||||
run: |
|
||||
switch-jdk21
|
||||
. ~/.profile
|
||||
java -version
|
||||
|
||||
- name: build-test
|
||||
run: |
|
||||
java -version
|
||||
npm config set registry https://registry.npmmirror.com
|
||||
pnpm install
|
||||
pnpm run build-jar
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user