File tree 14 files changed +78
-3
lines changed
14 files changed +78
-3
lines changed Original file line number Diff line number Diff line change 16
16
node-version : 12.x
17
17
- uses : actions/checkout@v1
18
18
- run : npm install
19
+ working-directory : ' ${{ env.cwd }}'
19
20
- run : npm run lint
20
21
env :
21
22
CI : true
23
+ working-directory : ' ${{ env.cwd }}'
24
+ env :
25
+ cwd : ' ${{github.workspace}}/packages/account'
Original file line number Diff line number Diff line change 24
24
node-version : ' ${{ matrix.node-version }}'
25
25
- uses : actions/checkout@v1
26
26
- run : npm install
27
+ working-directory : ' ${{ env.cwd }}'
27
28
- run : npm test
28
29
env :
29
30
CI : true
31
+ working-directory : ' ${{ env.cwd }}'
32
+ env :
33
+ cwd : ' ${{github.workspace}}/packages/account'
Original file line number Diff line number Diff line change 14
14
node-version : 12.x
15
15
- uses : actions/checkout@v1
16
16
- run : npm install
17
+ working-directory : ' ${{ env.cwd }}'
17
18
- run : npm run lint
18
19
env :
19
20
CI : true
21
+ working-directory : ' ${{ env.cwd }}'
22
+ env :
23
+ cwd : ' ${{github.workspace}}/packages/block'
Original file line number Diff line number Diff line change 22
22
node-version : ' ${{ matrix.node-version }}'
23
23
- uses : actions/checkout@v1
24
24
- run : npm install
25
+ working-directory : ' ${{ env.cwd }}'
25
26
- run : ' npm run test:node'
26
27
env :
27
28
CI : true
29
+ working-directory : ' ${{ env.cwd }}'
28
30
- run : ' npm run test:browser'
29
31
env :
30
32
CI : true
33
+ working-directory : ' ${{ env.cwd }}'
34
+ env :
35
+ cwd : ' ${{github.workspace}}/packages/block'
Original file line number Diff line number Diff line change 15
15
node-version : 12.x
16
16
- uses : actions/checkout@v1
17
17
- run : npm install
18
+ working-directory : ' ${{ env.cwd }}'
18
19
- run : npm run lint
19
20
env :
20
21
CI : true
22
+ working-directory : ' ${{ env.cwd }}'
23
+ env :
24
+ cwd : ' ${{github.workspace}}/packages/blockchain'
Original file line number Diff line number Diff line change 23
23
node-version : ' ${{ matrix.node-version }}'
24
24
- uses : actions/checkout@v1
25
25
- run : npm install
26
+ working-directory : ' ${{ env.cwd }}'
26
27
- run : npm test
27
28
env :
28
29
CI : true
30
+ working-directory : ' ${{ env.cwd }}'
31
+ env :
32
+ cwd : ' ${{github.workspace}}/packages/blockchain'
Original file line number Diff line number Diff line change 15
15
node-version : 12.x
16
16
- uses : actions/checkout@v1
17
17
- run : npm install
18
+ working-directory : ' ${{ env.cwd }}'
18
19
- run : npm run lint
19
20
env :
20
21
CI : true
22
+ working-directory : ' ${{ env.cwd }}'
23
+ env :
24
+ cwd : ' ${{github.workspace}}/packages/common'
Original file line number Diff line number Diff line change 23
23
node-version : ' ${{ matrix.node-version }}'
24
24
- uses : actions/checkout@v1
25
25
- run : npm install
26
+ working-directory : ' ${{ env.cwd }}'
26
27
- run : npm test
27
28
env :
28
29
CI : true
30
+ working-directory : ' ${{ env.cwd }}'
31
+ env :
32
+ cwd : ' ${{github.workspace}}/packages/common'
Original file line number Diff line number Diff line change 1
- name : ' PR Labeler'
2
- on :
1
+ name : PR Labeler
2
+ ' on ' :
3
3
- pull_request
4
-
5
4
jobs :
6
5
label :
7
6
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 14
14
node-version : 12.x
15
15
- uses : actions/checkout@v1
16
16
- run : npm install
17
+ working-directory : ' ${{ env.cwd }}'
17
18
- run : npm run lint
18
19
env :
19
20
CI : true
21
+ working-directory : ' ${{ env.cwd }}'
22
+ env :
23
+ cwd : ' ${{github.workspace}}/packages/tx'
Original file line number Diff line number Diff line change 22
22
node-version : ' ${{ matrix.node-version }}'
23
23
- uses : actions/checkout@v1
24
24
- run : npm install
25
+ working-directory : ' ${{ env.cwd }}'
25
26
- run : ' npm run test:node'
26
27
env :
27
28
CI : true
29
+ working-directory : ' ${{ env.cwd }}'
28
30
- run : ' npm run test:browser'
29
31
env :
30
32
CI : true
33
+ working-directory : ' ${{ env.cwd }}'
34
+ env :
35
+ cwd : ' ${{github.workspace}}/packages/tx'
Original file line number Diff line number Diff line change 23
23
key : ' ${{ runner.os }}-node8-${{ hashFiles('' **/package.json'' ) }}'
24
24
- run : npm install
25
25
if : steps.cache-node-modules.outputs.cache-hit != 'true'
26
+ working-directory : ' ${{ env.cwd }}'
26
27
- run : npm run lint
27
28
env :
28
29
CI : true
30
+ working-directory : ' ${{ env.cwd }}'
31
+ env :
32
+ cwd : ' ${{github.workspace}}/packages/vm'
Original file line number Diff line number Diff line change @@ -11,12 +11,17 @@ jobs:
11
11
node-version : 8.x
12
12
- uses : actions/checkout@v1
13
13
- run : npm install
14
+ working-directory : ' ${{ env.cwd }}'
14
15
- run : ' npm run test:API'
15
16
env :
16
17
CI : true
18
+ working-directory : ' ${{ env.cwd }}'
17
19
- run : ' npm run test:API:browser'
18
20
env :
19
21
CI : true
22
+ working-directory : ' ${{ env.cwd }}'
23
+ env :
24
+ cwd : ' ${{github.workspace}}/packages/vm'
20
25
test-state :
21
26
runs-on : ubuntu-latest
22
27
steps :
25
30
node-version : 8.x
26
31
- uses : actions/checkout@v1
27
32
- run : npm install
33
+ working-directory : ' ${{ env.cwd }}'
28
34
- run : ' npm run test:state:allForks'
29
35
env :
30
36
CI : true
37
+ working-directory : ' ${{ env.cwd }}'
38
+ env :
39
+ cwd : ' ${{github.workspace}}/packages/vm'
31
40
test-blockchain :
32
41
runs-on : ubuntu-latest
33
42
steps :
36
45
node-version : 8.x
37
46
- uses : actions/checkout@v1
38
47
- run : npm install
48
+ working-directory : ' ${{ env.cwd }}'
39
49
- run : ' npm run test:blockchain'
40
50
env :
41
51
CI : true
52
+ working-directory : ' ${{ env.cwd }}'
53
+ env :
54
+ cwd : ' ${{github.workspace}}/packages/vm'
42
55
slow-tests :
43
56
runs-on : ubuntu-latest
44
57
steps :
47
60
node-version : 8.x
48
61
- uses : actions/checkout@v1
49
62
- run : npm install
63
+ working-directory : ' ${{ env.cwd }}'
50
64
- run : ' npm run test:state:slow'
51
65
env :
52
66
CI : true
67
+ working-directory : ' ${{ env.cwd }}'
68
+ env :
69
+ cwd : ' ${{github.workspace}}/packages/vm'
Original file line number Diff line number Diff line change @@ -23,12 +23,17 @@ jobs:
23
23
key : ' ${{ runner.os }}-node8-${{ hashFiles('' **/package.json'' ) }}'
24
24
- run : npm install
25
25
if : steps.cache-node-modules.outputs.cache-hit != 'true'
26
+ working-directory : ' ${{ env.cwd }}'
26
27
- run : ' npm run test:API'
27
28
env :
28
29
CI : true
30
+ working-directory : ' ${{ env.cwd }}'
29
31
- run : ' npm run test:API:browser'
30
32
env :
31
33
CI : true
34
+ working-directory : ' ${{ env.cwd }}'
35
+ env :
36
+ cwd : ' ${{github.workspace}}/packages/vm'
32
37
test-state :
33
38
runs-on : ubuntu-latest
34
39
steps :
44
49
key : ' ${{ runner.os }}-node8-${{ hashFiles('' **/package.json'' ) }}'
45
50
- run : npm install
46
51
if : steps.cache-node-modules.outputs.cache-hit != 'true'
52
+ working-directory : ' ${{ env.cwd }}'
47
53
- run : ' npm run test:state:selectedForks'
48
54
env :
49
55
CI : true
56
+ working-directory : ' ${{ env.cwd }}'
57
+ env :
58
+ cwd : ' ${{github.workspace}}/packages/vm'
50
59
test-blockchain :
51
60
runs-on : ubuntu-latest
52
61
steps :
62
71
key : ' ${{ runner.os }}-node8-${{ hashFiles('' **/package.json'' ) }}'
63
72
- run : npm install
64
73
if : steps.cache-node-modules.outputs.cache-hit != 'true'
74
+ working-directory : ' ${{ env.cwd }}'
65
75
- run : ' npm run test:blockchain'
66
76
env :
67
77
CI : true
78
+ working-directory : ' ${{ env.cwd }}'
79
+ env :
80
+ cwd : ' ${{github.workspace}}/packages/vm'
You can’t perform that action at this time.
0 commit comments