From b1bc28e0690d2936abcd0509bdf9a6992a987422 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Sat, 20 Apr 2024 19:41:47 +0500 Subject: [PATCH] ci: install dayjs before running web tests --- .github/workflows/web.tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web.tests.yml b/.github/workflows/web.tests.yml index 72c22ee12..f8d81687a 100644 --- a/.github/workflows/web.tests.yml +++ b/.github/workflows/web.tests.yml @@ -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