Skip to content

Commit 18abefc

Browse files
committed
Set container admin password
1 parent 1d6ad05 commit 18abefc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/run-mock_project.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
image: ghcr.io/network-unit-testing-system/nuts-testclient:latest
1111
ports:
1212
- 2222:22
13+
env:
14+
ADMIN_PASSWORD: admin
1315

1416
steps:
1517
- uses: actions/checkout@v4

test_project/inventory_data/hosts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
box01:
3-
hostname: box01
3+
hostname: localhost
44
platform: linux
55
port: 2222
66
username: admin

0 commit comments

Comments
 (0)