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