fix: change to npm install since package-lock is not commited

This commit is contained in:
ndom91 2023-12-19 14:47:13 +01:00
parent 7158b35cbc
commit 13184e90dd

View File

@ -18,6 +18,6 @@ jobs:
with: with:
node-version: '18' node-version: '18'
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm install
- name: Run playwright tests - name: Run playwright tests
run: npm run test:playwright run: npm run test:playwright