Skip to content

Commit

Permalink
- updates schema validation workflow to checkout the lock
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
  • Loading branch information
baywet committed Feb 9, 2024
1 parent b9b1ac4 commit 9a76230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schema-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: '20.x'
- name: Install dependencies from main
run: |
git checkout remotes/origin/main -- package.json
git checkout remotes/origin/main -- package.json package-lock.json
npm ci
- name: Run tests
run: npm run test
Expand Down

0 comments on commit 9a76230

Please sign in to comment.