更新 .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 - 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