Skip to content

Commit

Permalink
NOT FOR MERGE Debugging missing pw browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Feb 24, 2021
1 parent 0ff4830 commit 93b9338
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .circleci/config.yml
Expand Up @@ -69,21 +69,6 @@ commands:
# Debug information
yarn cache dir
yarn cache list
- when:
condition: << parameters.browsers >>
steps:
- run:
name: Prepare playwright hash
command: yarn --json list --pattern playwright > /tmp/playwright_info.json
- store_artifacts:
name: Debug playwright hash
path: /tmp/playwright_info.json
- restore_cache:
name: Restore playwright cache
keys:
- v5-playwright-{{ arch }}-{{ checksum "/tmp/playwright_info.json" }}
- v5-playwright-{{ arch }}-
- v5-playwright-
- run:
name: Install js dependencies
command: yarn install --verbose
Expand All @@ -97,16 +82,6 @@ commands:
# Keep path in sync with "Set yarn cache folder"
# Can't use environment variables for `save_cache` paths (tested in https://app.circleci.com/pipelines/github/mui-org/material-ui/37813/workflows/5b1e207f-ac8b-44e7-9ba4-d0f9a01f5c55/jobs/223370)
- /tmp/yarn-cache
- when:
condition: << parameters.browsers >>
steps:
- save_cache:
name: Save playwright cache
key: v5-playwright-{{ arch }}-{{ checksum "/tmp/playwright_info.json" }}
paths:
# Keep path in sync with "Install js dependencies"
# Can't use environment variables for `save_cache` paths (tested in https://app.circleci.com/pipelines/github/mui-org/material-ui/37813/workflows/5b1e207f-ac8b-44e7-9ba4-d0f9a01f5c55/jobs/223370)
- /tmp/pw-browsers

jobs:
checkout:
Expand Down

0 comments on commit 93b9338

Please sign in to comment.