mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-17 18:58:33 +00:00
fix: change to npm install since package-lock is not commited
This commit is contained in:
parent
7158b35cbc
commit
13184e90dd
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -18,6 +18,6 @@ jobs:
|
||||
with:
|
||||
node-version: '18'
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm install
|
||||
- name: Run playwright tests
|
||||
run: npm run test:playwright
|
||||
|
Loading…
Reference in New Issue
Block a user