Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `npx playwright install --with-deps` command was producing this warning: ``` WARNING: It looks like you are running 'npx playwright install' without first installing your project's dependencies. ``` so this change addresses that by running `npm ci` before running `npx playwright install --with-deps`. Refs: https://github.com/RaisinTen/perftrace/actions/runs/10806970534/job/30191988723#step:4:7 Signed-off-by: Darshan Sen <[email protected]>
- Loading branch information