File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 36
36
if : always()
37
37
run : cat ganache-test.log
38
38
39
- - name : wait 1500s for Containers startup and setup completion
40
- run : sleep 1500
41
-
42
39
- name : Run integration test
43
40
run : |
44
41
npm ci
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ services:
6
6
build :
7
7
dockerfile : client.Dockerfile
8
8
context : .
9
+ image : client1
10
+
9
11
volumes :
10
12
- type : bind
11
13
source : ./nightfall-client/src
@@ -21,6 +23,7 @@ services:
21
23
build :
22
24
dockerfile : client.Dockerfile
23
25
context : .
26
+ image : client2
24
27
volumes :
25
28
- type : bind
26
29
source : ./nightfall-client/src
@@ -37,6 +40,7 @@ services:
37
40
build :
38
41
dockerfile : worker.Dockerfile
39
42
context : .
43
+ image : worker
40
44
volumes :
41
45
- type : bind
42
46
source : ./nightfall-deployer/circuits
@@ -53,6 +57,7 @@ services:
53
57
build :
54
58
dockerfile : deployer.Dockerfile
55
59
context : .
60
+ image : deployer
56
61
volumes :
57
62
- type : bind
58
63
source : ./nightfall-deployer/contracts
@@ -84,6 +89,7 @@ services:
84
89
build :
85
90
dockerfile : optimist.Dockerfile
86
91
context : .
92
+ image : optimist1
87
93
volumes :
88
94
89
95
- type : bind
@@ -100,6 +106,7 @@ services:
100
106
build :
101
107
dockerfile : optimist.Dockerfile
102
108
context : .
109
+ image : optimist2
103
110
volumes :
104
111
105
112
- type : bind
You can’t perform that action at this time.
0 commit comments