Use frozen lockfile for CI workflows (#1394)

zio/stable
dan 2023-09-06 17:26:19 +01:00 committed by GitHub
parent 565c1a0510
commit 19adb10de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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