Skip to content

Commit aad5330

Browse files
committed
Start container with --tty
1 parent 06c7c04 commit aad5330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-mock_project.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
services:
99
box01:
1010
image: ghcr.io/network-unit-testing-system/nuts-testclient:latest
11+
options: >-
12+
--tty
1113
ports:
1214
- 2222:22
1315
env:
@@ -26,8 +28,6 @@ jobs:
2628
- name: Install the project
2729
run: uv sync --all-extras --dev
2830

29-
- name: Give sshd time
30-
run: sleep 10
3131
- name: Run tests
3232
run: uv run pytest
3333
working-directory: test_project

0 commit comments

Comments
 (0)