|
12 | 12 | - uses: actions/checkout@v1
|
13 | 13 | - run: npx lerna bootstrap --scope ethereumjs-vm --ignore-scripts --include-dependencies --no-ci
|
14 | 14 | - run: npx lerna run --scope ethereumjs-vm --include-dependencies build
|
15 |
| - - run: 'npm run test:API' |
16 |
| - env: |
17 |
| - CI: true |
| 15 | + - run: npm run test:API |
18 | 16 | working-directory: '${{ env.cwd }}'
|
19 |
| - - run: 'npm run test:API:browser' |
20 |
| - env: |
21 |
| - CI: true |
| 17 | + - run: npm run test:API:browser |
22 | 18 | working-directory: '${{ env.cwd }}'
|
23 | 19 | env:
|
24 | 20 | cwd: '${{github.workspace}}/packages/vm'
|
|
31 | 27 | - uses: actions/checkout@v1
|
32 | 28 | - run: npx lerna bootstrap --scope ethereumjs-vm --ignore-scripts --include-dependencies --no-ci
|
33 | 29 | - run: npx lerna run --scope ethereumjs-vm --include-dependencies build
|
34 |
| - - run: 'npm run test:state:allForks' |
35 |
| - env: |
36 |
| - CI: true |
| 30 | + - run: npm run test:state:allForks |
37 | 31 | working-directory: '${{ env.cwd }}'
|
38 | 32 | env:
|
39 | 33 | cwd: '${{github.workspace}}/packages/vm'
|
|
46 | 40 | - run: npx lerna bootstrap --scope ethereumjs-vm --ignore-scripts --include-dependencies --no-ci
|
47 | 41 | - run: npx lerna run --scope ethereumjs-vm --include-dependencies build
|
48 | 42 | working-directory: '${{ env.cwd }}'
|
49 |
| - - run: 'npm run test:blockchain' |
50 |
| - env: |
51 |
| - CI: true |
| 43 | + - run: npm run test:blockchain |
52 | 44 | working-directory: '${{ env.cwd }}'
|
53 | 45 | env:
|
54 | 46 | cwd: '${{github.workspace}}/packages/vm'
|
|
61 | 53 | - uses: actions/checkout@v1
|
62 | 54 | - run: npx lerna bootstrap --scope ethereumjs-vm --ignore-scripts --include-dependencies --no-ci
|
63 | 55 | - run: npx lerna run --scope ethereumjs-vm --include-dependencies build
|
64 |
| - - run: 'npm run test:state:slow' |
65 |
| - env: |
66 |
| - CI: true |
| 56 | + - run: npm run test:state:slow |
67 | 57 | working-directory: '${{ env.cwd }}'
|
68 | 58 | env:
|
69 | 59 | cwd: '${{github.workspace}}/packages/vm'
|
0 commit comments