Skip to content

Commit ba4d139

Browse files
committed
fix: updating the action to use the -d flag
1 parent 1a9cbb0 commit ba4d139

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

‎./workflows/check-PRs.yml

-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
if: always()
3737
run: cat ganache-test.log
3838

39-
- name: wait 1500s for Containers startup and setup completion
40-
run: sleep 1500
41-
4239
- name: Run integration test
4340
run: |
4441
npm ci

‎docker-compose.dev.yml

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ services:
66
build:
77
dockerfile: client.Dockerfile
88
context: .
9+
image: client1
10+
911
volumes:
1012
- type: bind
1113
source: ./nightfall-client/src
@@ -21,6 +23,7 @@ services:
2123
build:
2224
dockerfile: client.Dockerfile
2325
context: .
26+
image: client2
2427
volumes:
2528
- type: bind
2629
source: ./nightfall-client/src
@@ -37,6 +40,7 @@ services:
3740
build:
3841
dockerfile: worker.Dockerfile
3942
context: .
43+
image: worker
4044
volumes:
4145
- type: bind
4246
source: ./nightfall-deployer/circuits
@@ -53,6 +57,7 @@ services:
5357
build:
5458
dockerfile: deployer.Dockerfile
5559
context: .
60+
image: deployer
5661
volumes:
5762
- type: bind
5863
source: ./nightfall-deployer/contracts
@@ -84,6 +89,7 @@ services:
8489
build:
8590
dockerfile: optimist.Dockerfile
8691
context: .
92+
image: optimist1
8793
volumes:
8894

8995
- type: bind
@@ -100,6 +106,7 @@ services:
100106
build:
101107
dockerfile: optimist.Dockerfile
102108
context: .
109+
image: optimist2
103110
volumes:
104111

105112
- type: bind

0 commit comments

Comments
 (0)