From ddaad4a3801f6477fd6a5708c3c188481d0dcbf6 Mon Sep 17 00:00:00 2001 From: igomur <114491909+igomur@users.noreply.github.com> Date: Mon, 9 Oct 2023 19:41:34 +0300 Subject: [PATCH] adding deps flag to playwright in 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 b9d3979..cf0898d 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: npx playwright install ${{ inputs.browsers }} + run: npx playwright install --with-deps ${{ inputs.browsers }}