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 6d3a85d commit 9b143adCopy full SHA for 9b143ad
1 file changed
.circleci/config.yml
@@ -20,10 +20,10 @@ jobs:
20
- checkout
21
22
- run:
23
- name: Add chrome keys & update.
24
- command: |
25
- wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
26
- sudo apt-get update
+ name: Add chrome keys & update.
+ command: |
+ wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
+ sudo apt-get update
27
28
- browser-tools/install-browser-tools:
29
chrome-version: 120.0.6099.71
0 commit comments