try using npm install instead of npm ci in github action

This commit is contained in:
Daniel D Orlando 2023-03-29 07:44:45 -07:00 committed by Daniel D Orlando
parent f5e120c330
commit d5e062eeed

View file

@ -16,8 +16,7 @@ jobs:
node-version: 18
- name: Install dependencies
run: |
npm config set registry=https://registry.npmjs.org/
npm ci
npm install
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests