From c4cc4f688272314ffa6e887fe6f3ceb015ef1877 Mon Sep 17 00:00:00 2001 From: igomur <114491909+igomur@users.noreply.github.com> Date: Wed, 25 Oct 2023 18:16:07 +0300 Subject: [PATCH] Update action.yml --- actions/playwright-install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/playwright-install/action.yml b/actions/playwright-install/action.yml index 4054d7e..023bb41 100644 --- a/actions/playwright-install/action.yml +++ b/actions/playwright-install/action.yml @@ -56,4 +56,4 @@ runs: - name: 📦 Install playwright browsers if: steps.playwright-cache.outputs.cache-matched-key != ${{ steps.playwright-cache-config.outputs.CACHE_KEY }} shell: bash - run: pnpm playwright install ${{ inputs.browsers }} + run: pnpx playwright install --with-deps ${{ inputs.browsers }}