Skip to content

Commit 08437ac

Browse files
committed
fix: Only use the --no-lockfile for the integration tests
1 parent eb97eae commit 08437ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node }}
2424
- name: Install dependencies
25-
run: yarn --no-lockfile
25+
run: yarn
2626
- name: Run eslint
2727
run: yarn run eslint
2828
integration:

0 commit comments

Comments
 (0)