This commit is contained in:
ThatOneCalculator 2022-05-31 08:44:49 -07:00
commit e489c5390e
3 changed files with 13 additions and 7 deletions

View File

@ -3,7 +3,6 @@
.travis
.vscode
.config
.yarn
Dockerfile
build/
built/
@ -14,3 +13,10 @@ node_modules/
redis/
files/
misskey-assets/
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

View File

@ -21,7 +21,7 @@ jobs:
- run: corepack enable
- run: yarn set version berry
- run: yarn workspaces foreach install --immutable
- run: yarn workspaces foreach run lint
env:
env:
YARN_CHECKSUM_BEHAVIOR: update
- run: yarn workspaces foreach run lint

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