Skip to content

Commit

Permalink
chore: change playwright GA config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierniki committed Nov 13, 2023
1 parent dbc385a commit 4d00d54
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "${{ env.node_version }}"
- name: Cache node modules
uses: actions/cache@v2
with:
path: ~/.yarn
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
# The line above should be indented to align with 'restore-keys: |'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Install Playwright Browsers
Expand Down

0 comments on commit 4d00d54

Please sign in to comment.