更新 .gitea/workflows/multiple.yml
Some checks failed
Gitea Actions Demo / Gitea-Actions (push) Successful in 20s
Gitea Actions Demo / test (push) Failing after 5s
Gitea Actions Demo / build (push) Failing after 3s
Gitea Actions Demo / setup (push) Failing after 36s

This commit is contained in:
huanghs 2023-08-01 20:51:02 +08:00
parent 0c67c016a3
commit 4c1d40b25b

View File

@ -25,14 +25,26 @@ jobs:
- name: Dependent installation - name: Dependent installation
run: yarn install run: yarn install
- uses: actions/upload-artifact@v3
with:
name: workspace
test: test:
needs: setup needs: setup
steps: steps:
- uses: actions/download-artifact@v3
with:
name: workspace
- run: yarn install - run: yarn install
build: build:
needs: setup needs: setup
steps: steps:
- uses: actions/download-artifact@v3
with:
name: workspace
- run: yarn install - run: yarn install