Skip to content

Commit 9a76230

Browse files
committed
- updates schema validation workflow to checkout the lock
Signed-off-by: Vincent Biret <[email protected]>
1 parent b9b1ac4 commit 9a76230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/schema-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: '20.x'
2929
- name: Install dependencies from main
3030
run: |
31-
git checkout remotes/origin/main -- package.json
31+
git checkout remotes/origin/main -- package.json package-lock.json
3232
npm ci
3333
- name: Run tests
3434
run: npm run test

0 commit comments

Comments
 (0)