ci: install dayjs before running web tests

This commit is contained in:
Abdullah Atta
2024-04-20 19:41:47 +05:00
parent f95c068bc1
commit b1bc28e069

View File

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