mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-25 09:37:35 +00:00
ci: update test
This commit is contained in:
parent
743540d652
commit
bbf71ebd23
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -13,19 +13,20 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: 'false'
|
submodules: 'false'
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20.3.1'
|
node-version: '20.3.1'
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
yarn
|
corepack enable
|
||||||
|
yarn install --immutable
|
||||||
yarn build
|
yarn build
|
||||||
yarn test
|
yarn test
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user