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 +