更新 .gitea/workflows/multiple.yml
This commit is contained in:
parent
0c67c016a3
commit
4c1d40b25b
@ -25,14 +25,26 @@ jobs:
|
||||
- name: Dependent installation
|
||||
run: yarn install
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: workspace
|
||||
|
||||
test:
|
||||
needs: setup
|
||||
steps:
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: workspace
|
||||
|
||||
- run: yarn install
|
||||
|
||||
build:
|
||||
needs: setup
|
||||
steps:
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: workspace
|
||||
|
||||
- run: yarn install
|
||||
|
Loading…
x
Reference in New Issue
Block a user