Skip to content

Commit 977ec39

Browse files
ShadowCat567Vieltojarvi
andauthored
disable dependency check (#2844)
Co-authored-by: Vieltojarvi <[email protected]>
1 parent 0dc078d commit 977ec39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/canary_checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
rm package-lock.json
2020
./scripts/retry.js npm install
2121
npm run build
22-
- name: Check dependencies
23-
shell: bash
24-
run: |
25-
npm run check:dependencies
22+
# - name: Check dependencies
23+
# shell: bash
24+
# run: |
25+
# npm run check:dependencies
2626
- name: Run unit and integration tests
2727
shell: bash
2828
run: |

0 commit comments

Comments
 (0)