We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c08e5 commit 49c2fcbCopy full SHA for 49c2fcb
1 file changed
.circleci/config.yml
@@ -24,6 +24,11 @@ jobs:
24
paths:
25
- node_modules
26
key: dependencies-{{ checksum "yarn.lock" }}
27
+ - run:
28
+ name: Configure git user info
29
+ command: |
30
+ git config --global user.email "test@denalijs.org"
31
+ git config --global user.name "Denali"
32
- run: yarn test
33
- run: yarn run coverage
34
@@ -40,6 +45,11 @@ jobs:
40
45
41
46
42
47
48
49
50
51
52
43
53
44
54
55
0 commit comments