更新 .gitea/workflows/multiple.yml
This commit is contained in:
parent
4c1d40b25b
commit
ac46a309d6
@ -27,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: workspace
|
path: ${{ github.workspace }}
|
||||||
|
|
||||||
test:
|
test:
|
||||||
needs: setup
|
needs: setup
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: workspace
|
path: ${{ github.workspace }}
|
||||||
|
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
|
|
||||||
@ -45,6 +45,6 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: workspace
|
path: ${{ github.workspace }}
|
||||||
|
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user