Skip to content

Commit

Permalink
[infra] Adjust CI setup (mui#13448)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas <llukas.tyla@gmail.com>
Co-authored-by: Jan Potoms <2109932+Janpot@users.noreply.github.com>
  • Loading branch information
2 people authored and thomasmoon committed Sep 6, 2024
1 parent e439f19 commit e99d143
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ commands:
name: Install pnpm package manager
command: |
corepack enable
corepack prepare pnpm@latest-8 --activate
- run:
name: Prepare playwright hash
command: pnpm list --json --filter playwright > /tmp/playwright_info.json
Expand Down Expand Up @@ -276,15 +275,9 @@ jobs:
command: pnpm test:argos
run_danger:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.44.1-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
- checkout
- install_js:
# TODO remove, no needed
browsers: true
- install_js
- run:
name: Run danger on PRs
command: pnpm danger ci --fail-on-errors
Expand Down

0 comments on commit e99d143

Please sign in to comment.