Skip to content

Commit 6f60af2

Browse files
committed
Fix issue with browser-tools polluting project dir breaking checkout
CircleCI-Public/browser-tools-orb#62
1 parent f3b19af commit 6f60af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
- run:
6060
name: Install libtinfo5
6161
command: sudo apt update && sudo apt install -y libtinfo5
62+
- checkout
6263
- browser-tools/install-chrome
6364
- browser-tools/install-chromedriver
64-
- checkout
6565
- with_cache:
6666
cache_key: linux
6767
steps:

0 commit comments

Comments
 (0)