forked from woem.men/forkey
Merge pull request 'avoid cloning entire repo for actions/checkout' (#47) from sugar/forkey:avoid-cloning-entire-repo-in-actions-checkout into main
Some checks failed
Test (backend) / e2e (22.x) (pull_request) Failing after 6m26s
Test (backend) / validate-api-json (22.x) (pull_request) Failing after 10m56s
Test (production install and build) / production (22.x) (pull_request) Failing after 17m19s
Test (frontend) / vitest (22.x) (pull_request) Failing after 17m21s
Test (backend) / unit (22.x) (pull_request) Failing after 17m25s
Lint / pnpm_install (pull_request) Failing after 17m27s
Lint / lint (backend) (pull_request) Has been cancelled
Lint / lint (frontend) (pull_request) Has been cancelled
Lint / lint (misskey-js) (pull_request) Has been cancelled
Lint / lint (sw) (pull_request) Has been cancelled
Lint / typecheck (backend) (pull_request) Has been cancelled
Lint / typecheck (misskey-js) (pull_request) Has been cancelled
Some checks failed
Test (backend) / e2e (22.x) (pull_request) Failing after 6m26s
Test (backend) / validate-api-json (22.x) (pull_request) Failing after 10m56s
Test (production install and build) / production (22.x) (pull_request) Failing after 17m19s
Test (frontend) / vitest (22.x) (pull_request) Failing after 17m21s
Test (backend) / unit (22.x) (pull_request) Failing after 17m25s
Lint / pnpm_install (pull_request) Failing after 17m27s
Lint / lint (backend) (pull_request) Has been cancelled
Lint / lint (frontend) (pull_request) Has been cancelled
Lint / lint (misskey-js) (pull_request) Has been cancelled
Lint / lint (sw) (pull_request) Has been cancelled
Lint / typecheck (backend) (pull_request) Has been cancelled
Lint / typecheck (misskey-js) (pull_request) Has been cancelled
Reviewed-on: woem.men/forkey#47
This commit is contained in:
commit
f4bda8582f
8 changed files with 0 additions and 11 deletions
|
@ -17,7 +17,6 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
|
||||
- name: Install pnpm
|
||||
|
|
|
@ -21,7 +21,6 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- name: Check version
|
||||
run: |
|
||||
|
|
|
@ -24,7 +24,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- uses: pnpm/action-setup@v4.0.0
|
||||
with:
|
||||
|
@ -49,7 +48,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- uses: pnpm/action-setup@v4.0.0
|
||||
with:
|
||||
|
@ -73,7 +71,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- uses: pnpm/action-setup@v4.0.0
|
||||
with:
|
||||
|
|
|
@ -44,7 +44,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4.0.0
|
||||
|
@ -96,7 +95,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4.0.0
|
||||
|
|
|
@ -32,7 +32,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4.0.0
|
||||
|
|
|
@ -27,7 +27,6 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
|
||||
- name: Install pnpm
|
||||
|
|
|
@ -20,7 +20,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4.0.0
|
||||
|
|
|
@ -21,7 +21,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4.0.0
|
||||
|
|
Loading…
Reference in a new issue