Use frozen lockfile for CI workflows (#1394)
parent
565c1a0510
commit
19adb10de1
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Check out Git repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Yarn install
|
||||
run: yarn
|
||||
run: yarn --frozen-lockfile
|
||||
- name: Lint check
|
||||
run: yarn lint
|
||||
- name: Type check
|
||||
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Check out Git repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Yarn install
|
||||
run: yarn
|
||||
run: yarn --frozen-lockfile
|
||||
- name: Run tests
|
||||
run: |
|
||||
yarn test --forceExit
|
||||
|
|
Loading…
Reference in New Issue