From e64602abf3f481396e75e1a45c6f75939ccfa0a7 Mon Sep 17 00:00:00 2001 From: Atif Ather <40694397+atifather@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:06:38 +0500 Subject: [PATCH] Update prod_deploy.yml --- .github/workflows/prod_deploy.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prod_deploy.yml b/.github/workflows/prod_deploy.yml index 677536a..2f9e135 100644 --- a/.github/workflows/prod_deploy.yml +++ b/.github/workflows/prod_deploy.yml @@ -54,7 +54,9 @@ jobs: run: yarn update-deposits && yarn build - name: Install Playwright Browsers - run: yarn playwright install + run: | + yarn add playwright --dev + yarn playwright install - name: Setup xvfb run: | @@ -94,4 +96,4 @@ jobs: service: GC Deposit UI success: ${{ contains(join(needs.*.result, ','), 'success') }} message: "deploy service `GC Deposit UI` version `${{ inputs.tag }}`. Triggered by `${{ github.actor }}`." - \ No newline at end of file +