Skip to content

Commit 288dd54

Browse files
authored
Merge pull request #43 from happo/blobless
Specify checkout method in CircleCI configs
2 parents 7ba89de + 10c2c3e commit 288dd54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
- image: cimg/node:lts
77
working_directory: ~/repo
88
steps:
9-
- checkout
9+
- checkout:
10+
method: blobless
11+
1012
- run: yarn install
1113
- run: yarn test

0 commit comments

Comments
 (0)