Skip to content

Commit 9b40dd8

Browse files
authored
chore(ci): make lockfile changes fail early (#152)
1 parent da817b4 commit 9b40dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
node-version: ${{ matrix.node-version }}
3232
cache: 'yarn'
33-
- run: yarn install
33+
- run: yarn install --frozen-lockfile
3434
- run: yarn test
3535
- run: yarn --cwd packages/app/ test:e2e:ci
3636
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)