We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b1ac4 commit 9a76230Copy full SHA for 9a76230
.github/workflows/schema-tests.yaml
@@ -28,7 +28,7 @@ jobs:
28
node-version: '20.x'
29
- name: Install dependencies from main
30
run: |
31
- git checkout remotes/origin/main -- package.json
+ git checkout remotes/origin/main -- package.json package-lock.json
32
npm ci
33
- name: Run tests
34
run: npm run test
0 commit comments