更新 .gitea/workflows/multiple.yml
Some checks failed
Gitea Actions Demo / setup (push) Failing after 16s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / build (push) Has been skipped
Gitea Actions Demo / Gitea-Actions (push) Successful in 21s

This commit is contained in:
huanghs 2023-08-01 21:03:44 +08:00
parent 4c1d40b25b
commit ac46a309d6

View File

@ -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