Skip to content

Commit 9962235

Browse files
authored
chore(ci): fix dependency install in test-and-sync.yml (#492)
1 parent aceec2b commit 9962235

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-and-sync.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
node_modules
6464
key: cache-${{ github.run_id }}
6565

66+
- name: Install Dependencies
67+
run: npm ci
68+
6669
- name: Install Playwright deps
6770
run: npx playwright install --with-deps
6871

0 commit comments

Comments
 (0)