Skip to content

Commit

Permalink
🏗🐛 Install Chrome in CircleCI Module 3p Build (Test) job, for empty…
Browse files Browse the repository at this point in the history
… visual-diff edge-case (#39878)
  • Loading branch information
danielrozenberg committed Mar 6, 2024
1 parent 18cf6fe commit fa38954
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,14 @@ jobs:
<<: *dist_job
steps:
- setup_vm
- when:
condition:
and:
- equal: ['Module', <<parameters.module >>]
- equal: ['Test', <<parameters.purpose >>]
steps:
# Required in the edge case where we need to run `amp visual-diff --empty` in this step. See build-system/pr-check/dist.js for details.
- install_chrome
- run:
name: '⭐⭐⭐ << parameters.module >> 3p Build (<< parameters.purpose >>) ⭐⭐⭐'
command: node build-system/pr-check/dist.js --type "<< parameters.module >> 3p Build (<< parameters.purpose >>)"
Expand Down

0 comments on commit fa38954

Please sign in to comment.