From 2c242fa18300a596ffa31fc03dd4a27c40c068c8 Mon Sep 17 00:00:00 2001 From: Uzeyir Abdullayev Date: Sun, 27 Oct 2024 17:05:42 +0200 Subject: [PATCH] remove pw installation --- .github/actions/setup/action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 74e2f0f57e..8d4ca6088b 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -14,11 +14,6 @@ runs: node-version-file: ".nvmrc" registry-url: https://registry.npmjs.org/ cache: "yarn" - - name: Install playwright - run: npx playwright install - shell: bash - env: - NODE_AUTH_TOKEN: ${{ inputs.npm_token }} - name: Install run: yarn shell: bash