File tree 6 files changed +8
-27
lines changed 6 files changed +8
-27
lines changed Original file line number Diff line number Diff line change 30
30
node-version : ' ${{ matrix.node-version }}'
31
31
- uses : actions/checkout@v1
32
32
- run : npx lerna bootstrap --scope ethereumjs-account --ignore-scripts --include-dependencies --no-ci
33
- - run : npx lerna run --scope ethereumjs-account --include-dependencies build
34
- - run : npm run lint
35
- env :
36
- CI : true
37
- working-directory : ' ${{ env.cwd }}'
33
+ - run : npx lerna run build --scope ethereumjs-account --include-dependencies
34
+ - run : npx lerna run lint --scope ethereumjs-account
38
35
- run : npm test
39
36
env :
40
37
CI : true
Original file line number Diff line number Diff line change 28
28
node-version : ' ${{ matrix.node-version }}'
29
29
- uses : actions/checkout@v1
30
30
- run : npm install
31
- working-directory : ' ${{ env.cwd }}'
32
- - run : npm run lint
33
- env :
34
- CI : true
35
31
working-directory : ' ${{ env.cwd }}'
36
- - run : ' npm run test:node'
32
+ - run : npx lerna run lint --scope ethereumjs-block
33
+ - run : npm run test:node
37
34
env :
38
35
CI : true
39
36
working-directory : ' ${{ env.cwd }}'
43
40
working-directory : ' ${{ env.cwd }}'
44
41
env :
45
42
cwd : ' ${{github.workspace}}/packages/block'
46
-
Original file line number Diff line number Diff line change 31
31
- uses : actions/checkout@v1
32
32
- run : npx lerna bootstrap --scope ethereumjs-blockchain --ignore-scripts --include-dependencies --no-ci
33
33
- run : npx lerna run --scope ethereumjs-blockchain --include-dependencies build
34
- - run : npm run lint
35
- env :
36
- CI : true
37
- working-directory : ' ${{ env.cwd }}'
34
+ - run : npx lerna run lint --scope ethereumjs-blockchain
38
35
- run : npm test
39
36
env :
40
37
CI : true
Original file line number Diff line number Diff line change 25
25
- uses : actions/checkout@v1
26
26
- run : npx lerna bootstrap --scope ethereumjs-common --ignore-scripts --include-dependencies --no-ci
27
27
- run : npx lerna run --scope ethereumjs-common --include-dependencies build
28
- - run : npm run lint
29
- env :
30
- CI : true
31
- working-directory : ' ${{ env.cwd }}'
28
+ - run : npx lerna run lint --scope ethereumjs-common
32
29
- run : npm test
33
30
env :
34
31
CI : true
Original file line number Diff line number Diff line change 27
27
- uses : actions/checkout@v1
28
28
- run : npx lerna bootstrap --scope ethereumjs-tx --ignore-scripts --include-dependencies --no-ci
29
29
- run : npx lerna run --scope ethereumjs-tx --include-dependencies build
30
- - run : npm run lint
31
- env :
32
- CI : true
33
- working-directory : ' ${{ env.cwd }}'
30
+ - run : npx lerna run lint --scope ethereumjs-tx
34
31
- run : ' npm run test:node'
35
32
env :
36
33
CI : true
Original file line number Diff line number Diff line change 29
29
- uses : actions/checkout@v1
30
30
- run : npx lerna bootstrap --scope ethereumjs-vm --ignore-scripts --include-dependencies --no-ci
31
31
- run : npx lerna run --scope ethereumjs-vm --include-dependencies build
32
- - run : npm run lint
33
- env :
34
- CI : true
35
- working-directory : ' ${{ env.cwd }}'
32
+ - run : npx lerna run lint --scope ethereumjs-vm
36
33
- run : ' npm run test:API'
37
34
env :
38
35
CI : true
You can’t perform that action at this time.
0 commit comments