fix3
Some checks failed
Gitea Actions Demo / Gitea-Actions (push) Failing after 1m21s
Gitea Actions Demo / test (push) Successful in 1m6s
Gitea Actions Demo / build (push) Successful in 1m4s
Gitea Actions Demo / setup (push) Successful in 19m48s

This commit is contained in:
huanghs 2023-08-02 13:04:29 +08:00
parent 5ae5d29eb1
commit d8c9579627
2 changed files with 2 additions and 2 deletions

View File

@ -24,3 +24,5 @@ runs:
- run: yarn install
- run: echo install end
- run: yarn -v

View File

@ -19,8 +19,6 @@ jobs:
- name: Yarn install
uses: ./.gitea/actions/yarn-install
- run: yarn -v
test:
needs: setup
runs-on: ubuntu-latest