Skip to content

Commit

Permalink
Update CircleCI macOS Xcode version (#38385)
Browse files Browse the repository at this point in the history
* update

* safaridriver

* skip amp script
  • Loading branch information
estherkim committed Aug 4, 2022
1 parent b82b832 commit c882944
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .circleci/config.yml
Expand Up @@ -65,7 +65,7 @@ executors:
resource_class: xlarge
macos-medium:
macos:
xcode: 12.4.0
xcode: 13.4.1
resource_class: macos.x86.medium.gen2

commands:
Expand Down Expand Up @@ -148,10 +148,7 @@ commands:
steps:
- run:
name: 'Enable Safari Automation'
command: |
defaults write com.apple.Safari AllowRemoteAutomation 1
defaults write com.apple.Safari IncludeDevelopMenu 1
sudo safaridriver --enable
command: sudo /usr/bin/safaridriver --enable
store_test_output:
steps:
- store_artifacts:
Expand Down
2 changes: 1 addition & 1 deletion extensions/amp-script/0.1/test-e2e/test-amp-script.js
Expand Up @@ -4,7 +4,7 @@ describes.endtoend(
fixture: 'amp-script/basic.amp.html',
initialRect: {width: 600, height: 600},
environments: ['single'],
browsers: ['chrome', 'safari'],
browsers: ['chrome'],
},
(env) => {
let controller;
Expand Down

0 comments on commit c882944

Please sign in to comment.