Update test.yml

This commit is contained in:
Kainoa Kanter 2022-05-31 08:38:27 -07:00 committed by GitHub
parent e0c57cf1da
commit 789d0f8201
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,8 @@ jobs:
- run: corepack enable
- run: yarn set version berry
- run: yarn workspaces foreach install --immutable
env:
YARN_CHECKSUM_BEHAVIOR: update
- name: Check yarn.lock
run: git diff --exit-code yarn.lock
- name: Copy Configure
@ -47,8 +49,6 @@ jobs:
run: yarn build
- name: Test
run: yarn mocha
env:
YARN_CHECKSUM_BEHAVIOR: update
e2e:
runs-on: ubuntu-latest
@ -89,6 +89,8 @@ jobs:
- run: corepack enable
- run: yarn set version berry
- run: yarn workspaces foreach install --immutable
env:
YARN_CHECKSUM_BEHAVIOR: update
- name: Copy Configure
run: cp .github/misskey/test.yml .config
- name: Build
@ -114,5 +116,3 @@ jobs:
with:
name: ${{ matrix.browser }}-cypress-videos
path: cypress/videos
env:
YARN_CHECKSUM_BEHAVIOR: update