Skip to content

Update circle-ci config to use latest chrome and browser-tools #6936

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
browser-tools: circleci/browser-tools@1.2.2
browser-tools: circleci/browser-tools@1.4.8

# Inspired by:
# https://github.com/CircleCI-Public/circleci-demo-workflows/blob/workspace-forwarding/.circleci/config.yml
Expand Down Expand Up @@ -56,7 +56,6 @@ jobs:
working_directory: ~/plotly.js
steps:
- browser-tools/install-browser-tools: &browser-versions
chrome-version: 110.0.5481.100
install-firefox: false
install-geckodriver: false
- attach_workspace:
Expand Down Expand Up @@ -93,7 +92,6 @@ jobs:
working_directory: ~/plotly.js
steps:
- browser-tools/install-browser-tools: &browser-versions
chrome-version: 110.0.5481.100
install-firefox: false
install-geckodriver: false
- attach_workspace:
Expand All @@ -113,7 +111,6 @@ jobs:
working_directory: ~/plotly.js
steps:
- browser-tools/install-browser-tools: &browser-versions
chrome-version: 110.0.5481.100
install-firefox: false
install-geckodriver: false
- attach_workspace:
Expand All @@ -133,7 +130,6 @@ jobs:
working_directory: ~/plotly.js
steps:
- browser-tools/install-browser-tools: &browser-versions
chrome-version: 110.0.5481.100
install-firefox: false
install-geckodriver: false
- attach_workspace:
Expand All @@ -152,7 +148,6 @@ jobs:
working_directory: ~/plotly.js
steps:
- browser-tools/install-browser-tools: &browser-versions
chrome-version: 110.0.5481.100
install-firefox: false
install-geckodriver: false
- attach_workspace:
Expand All @@ -171,7 +166,6 @@ jobs:
working_directory: ~/plotly.js
steps:
- browser-tools/install-browser-tools: &browser-versions
chrome-version: 110.0.5481.100
install-firefox: false
install-geckodriver: false
- attach_workspace:
Expand Down