Skip to content

Commit 5ef8f2e

Browse files
committed
Testing without COMPOSE_INTERACTIVE_NO_CLI env variable
1 parent a23c011 commit 5ef8f2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/actions.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- name: docker-compose up
11-
env:
12-
COMPOSE_INTERACTIVE_NO_CLI: 1
11+
# env:
12+
# COMPOSE_INTERACTIVE_NO_CLI: 1
1313
run: docker-compose up -d
1414
- name: Check running containers
1515
run: docker-compose ps -a
1616
- name: Check logs
1717
run: docker-compose logs app
1818
- name: Test with pytest
19-
env:
20-
COMPOSE_INTERACTIVE_NO_CLI: 1
19+
# env:
20+
# COMPOSE_INTERACTIVE_NO_CLI: 1
2121
run: docker-compose exec app pytest

0 commit comments

Comments
 (0)