更新 .gitea/workflows/build.yaml
Some checks failed
Gitea Actions Build / Build (push) Failing after 52s
Some checks failed
Gitea Actions Build / Build (push) Failing after 52s
This commit is contained in:
parent
ce7aa4deb6
commit
fa2a70ae99
@ -11,11 +11,16 @@ jobs:
|
|||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: https://git.mingliqiye.com/Actions/checkout@v4
|
uses: https://git.mingliqiye.com/Actions/checkout@v4
|
||||||
|
|
||||||
- name: build-test
|
- name: switchJdk
|
||||||
run: |
|
run: |
|
||||||
switch-jdk21
|
switch-jdk21
|
||||||
. ~/.profile
|
. ~/.profile
|
||||||
java -version
|
java -version
|
||||||
|
|
||||||
|
- name: build-test
|
||||||
|
run: |
|
||||||
|
java -version
|
||||||
|
npm config set registry https://registry.npmmirror.com
|
||||||
pnpm install
|
pnpm install
|
||||||
pnpm run build-jar
|
pnpm run build-jar
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user