We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141a39b commit d03b1bbCopy full SHA for d03b1bb
.github/workflows/tests.yml
@@ -44,6 +44,6 @@ jobs:
44
45
- name: Integration Tests
46
run: |
47
- cd examples/
+ cd examples/intro/
48
docker compose build overview_srv
49
docker compose run overview_srv pytest --tb=short
examples/intro/docker-compose.yml
@@ -3,7 +3,7 @@ version: "3"
3
services:
4
overview_srv:
5
build:
6
- context: ../
+ context: ../../
7
dockerfile: examples/intro/Dockerfile
8
ports:
9
- "5001:5001"
@@ -19,7 +19,7 @@ services:
19
20
products_srv:
21
22
23
24
25
- "5002:5002"
0 commit comments