Use frozen lockfile for CI workflows (#1394)

This commit is contained in:
dan
2023-09-06 17:26:19 +01:00
committed by GitHub
parent 565c1a0510
commit 19adb10de1
+2 -2
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