We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83178ba commit 96b53d8Copy full SHA for 96b53d8
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
3
orbs:
4
- browser-tools: circleci/[email protected].5
+ browser-tools: circleci/[email protected].8
5
6
defaults: &defaults
7
machine:
@@ -11,8 +11,8 @@ defaults: &defaults
11
- checkout
12
- run: .circleci/build.sh
13
- browser-tools/install-chrome:
14
- chrome-version: 116.0.5845.96
15
- replace-existing: true
+ chrome-version: latest # TODO: remove until: https://github.com/CircleCI-Public/browser-tools-orb/issues/75
+ replace-existing: true # TODO: remove until: https://github.com/CircleCI-Public/browser-tools-orb/issues/75
16
- run:
17
command: docker-compose run --rm test-rest
18
working_directory: test
0 commit comments