ci: fix web tests (#1624)

This commit is contained in:
Abdullah Atta
2023-01-10 16:01:55 +05:00
committed by GitHub
parent b0417387b4
commit a1440fd64c

View File

@@ -95,7 +95,7 @@ jobs:
- name: Install packages
run: |
npm i --ignore-scripts --prefer-offline --no-audit
npm install -D @playwright/test
npm install -D @playwright/test otplib
- name: Validate build extraction
run: ls -ld ./apps/web/build/index.html