chore(): config github before running ci-tests
This commit is contained in:
parent
6f6392ea5c
commit
08bf57f488
@ -30,6 +30,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Run tslint
|
name: Run tslint
|
||||||
command: npm run lint
|
command: npm run lint
|
||||||
|
- run: ./scripts/git/config.sh
|
||||||
- run:
|
- run:
|
||||||
name: Build changed plugins
|
name: Build changed plugins
|
||||||
command: node scripts/ci-tests.js
|
command: node scripts/ci-tests.js
|
||||||
|
2
scripts/git/config.sh
Normal file
2
scripts/git/config.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
git config --global user.email "hi@ionicframework.com"
|
||||||
|
git config --global user.name "Ionitron"
|
Loading…
Reference in New Issue
Block a user