Skip to content

Commit 473caa7

Browse files
committed
fix: integration test build
Signed-off-by: jamshale <jamiehalebc@gmail.com>
1 parent 9d5d540 commit 473caa7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

issue_credential/integration/docker-compose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ version: '3'
66
services:
77
alice:
88
image: plugin-image
9+
build:
10+
context: ..
11+
dockerfile: docker/Dockerfile
912
ports:
1013
- "3001:3001"
1114
environment:
@@ -35,6 +38,9 @@ services:
3538

3639
bob:
3740
image: plugin-image
41+
build:
42+
context: ..
43+
dockerfile: docker/Dockerfile
3844
ports:
3945
- "3002:3001"
4046
environment:

issue_credential/integration/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "plugin-globals-tests"
2+
name = "issue-credential-tests"
33
version = "0.1.0"
44
description = ""
55
authors = []

0 commit comments

Comments
 (0)