New steps for test.yml too
This commit is contained in:
parent
d5af0a6bc7
commit
2208df17cc
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
@ -32,13 +32,15 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
env:
|
||||||
|
YARN_CHECKSUM_BEHAVIOR: update
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: corepack enable
|
- run: corepack enable
|
||||||
- name: Install dependencies
|
- run: yarn set version berry
|
||||||
run: yarn install
|
- run: yarn workspaces foreach install --immutable
|
||||||
- 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
|
||||||
@ -74,6 +76,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
env:
|
||||||
|
YARN_CHECKSUM_BEHAVIOR: update
|
||||||
# https://github.com/cypress-io/cypress-docker-images/issues/150
|
# https://github.com/cypress-io/cypress-docker-images/issues/150
|
||||||
#- name: Install mplayer for FireFox
|
#- name: Install mplayer for FireFox
|
||||||
# run: sudo apt install mplayer -y
|
# run: sudo apt install mplayer -y
|
||||||
@ -85,10 +89,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: corepack enable
|
- run: corepack enable
|
||||||
- name: Install dependencies
|
- run: yarn set version berry
|
||||||
run: yarn install
|
- run: yarn workspaces foreach install --immutable
|
||||||
- name: Check yarn.lock
|
|
||||||
run: git diff --exit-code yarn.lock
|
|
||||||
- name: Copy Configure
|
- name: Copy Configure
|
||||||
run: cp .github/misskey/test.yml .config
|
run: cp .github/misskey/test.yml .config
|
||||||
- name: Build
|
- name: Build
|
||||||
|
Loading…
Reference in New Issue
Block a user