Skip to content

Commit

Permalink
remove pw installation
Browse files Browse the repository at this point in the history
  • Loading branch information
uziab committed Oct 27, 2024
1 parent 7d58264 commit 2c242fa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c242fa

Please sign in to comment.