Update test.yml
This commit is contained in:
parent
e0c57cf1da
commit
789d0f8201
1 changed files with 4 additions and 4 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -39,6 +39,8 @@ jobs:
|
||||||
- run: corepack enable
|
- run: corepack enable
|
||||||
- run: yarn set version berry
|
- run: yarn set version berry
|
||||||
- run: yarn workspaces foreach install --immutable
|
- run: yarn workspaces foreach install --immutable
|
||||||
|
env:
|
||||||
|
YARN_CHECKSUM_BEHAVIOR: update
|
||||||
- name: Check yarn.lock
|
- name: Check yarn.lock
|
||||||
run: git diff --exit-code yarn.lock
|
run: git diff --exit-code yarn.lock
|
||||||
- name: Copy Configure
|
- name: Copy Configure
|
||||||
|
@ -47,8 +49,6 @@ jobs:
|
||||||
run: yarn build
|
run: yarn build
|
||||||
- name: Test
|
- name: Test
|
||||||
run: yarn mocha
|
run: yarn mocha
|
||||||
env:
|
|
||||||
YARN_CHECKSUM_BEHAVIOR: update
|
|
||||||
|
|
||||||
e2e:
|
e2e:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -89,6 +89,8 @@ jobs:
|
||||||
- run: corepack enable
|
- run: corepack enable
|
||||||
- run: yarn set version berry
|
- run: yarn set version berry
|
||||||
- run: yarn workspaces foreach install --immutable
|
- run: yarn workspaces foreach install --immutable
|
||||||
|
env:
|
||||||
|
YARN_CHECKSUM_BEHAVIOR: update
|
||||||
- name: Copy Configure
|
- name: Copy Configure
|
||||||
run: cp .github/misskey/test.yml .config
|
run: cp .github/misskey/test.yml .config
|
||||||
- name: Build
|
- name: Build
|
||||||
|
@ -114,5 +116,3 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.browser }}-cypress-videos
|
name: ${{ matrix.browser }}-cypress-videos
|
||||||
path: cypress/videos
|
path: cypress/videos
|
||||||
env:
|
|
||||||
YARN_CHECKSUM_BEHAVIOR: update
|
|
||||||
|
|
Loading…
Reference in a new issue