File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 57
57
<< : *defaults
58
58
steps :
59
59
- *restore_git_cache
60
- - *restore_npm_cache
61
60
- checkout
61
+ - *restore_npm_cache
62
62
- run :
63
63
name : Lint
64
64
command : npm run test:lint -- --quiet --output-file test-results/eslint/results.xml --format junit
70
70
JEST_JUNIT_OUTPUT_NAME : results.xml
71
71
steps :
72
72
- *restore_git_cache
73
- - *restore_npm_cache
74
73
- checkout
74
+ - *restore_npm_cache
75
75
- run :
76
76
name : Unit
77
77
environment :
88
88
NODE_OPTIONS : --max-old-space-size=4000
89
89
steps :
90
90
- *restore_git_cache
91
- - *restore_npm_cache
92
91
- checkout
92
+ - *restore_npm_cache
93
93
- run :
94
94
name : Build
95
95
command : npm run build
@@ -113,8 +113,8 @@ jobs:
113
113
JEST_JUNIT_OUTPUT_NAME : results.txt
114
114
steps :
115
115
- *restore_git_cache
116
- - *restore_npm_cache
117
116
- checkout
117
+ - *restore_npm_cache
118
118
- run :
119
119
name : Integration
120
120
environment :
@@ -151,8 +151,8 @@ jobs:
151
151
<< : *defaults
152
152
steps :
153
153
- *restore_git_cache
154
- - *restore_npm_cache
155
154
- checkout
155
+ - *restore_npm_cache
156
156
- run : |
157
157
git config --global user.email $(git log --pretty=format:"%ae" -n1)
158
158
git config --global user.name $(git log --pretty=format:"%an" -n1)
You can’t perform that action at this time.
0 commit comments