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 55f7d52 commit 413fe0dCopy full SHA for 413fe0d
.github/workflows/schema-tests.yaml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Install dependencies from main
32
run: |
33
- git checkout remotes/origin/main -- package.json package-lock.json
+ # git checkout remotes/origin/main -- package.json package-lock.json #TODO: uncomment with subsequent PR
34
npm ci
35
36
- name: Run tests
0 commit comments