File tree Expand file tree Collapse file tree 3 files changed +21
-37
lines changed
Expand file tree Collapse file tree 3 files changed +21
-37
lines changed Original file line number Diff line number Diff line change 1+ name : ci
2+ on : [push, pull_request]
3+ jobs :
4+ build :
5+ runs-on : ubuntu-latest
6+ steps :
7+ - uses : actions/checkout@v2
8+ - uses : actions/setup-node@v2
9+ - run : yarn --frozen-lockfile
10+ - run : yarn build
11+ - run : yarn test --coverage
12+ - if : github.event.repository.fork == false && github.event_name != 'pull_request'
13+ run : yarn dv-scripts ci
14+ env :
15+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
16+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
17+ - uses : codecov/codecov-action@v2
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4646 "extends" : " dv-scripts"
4747 },
4848 "jest" : {
49+ "coveragePathIgnorePatterns" : [
50+ " ReactNativeFastImageExample*" ,
51+ " ReactNativeFastImageExampleServer*"
52+ ],
4953 "modulePathIgnorePatterns" : [
5054 " ReactNativeFastImageExample*" ,
5155 " ReactNativeFastImageExampleServer*"
You can’t perform that action at this time.
0 commit comments