Skip to content

Commit 175bd9b

Browse files
committed
added & to run tpm in background
1 parent 365e899 commit 175bd9b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/tpm-ssh.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
git clone https://github.com/kgoldman/ibmswtpm2
4444
cd ibmswtpm2/src
4545
make
46-
./tpm_server
46+
./tpm_server &
4747
cd ../..
4848
4949
# Build and install wolfSSL
@@ -106,7 +106,7 @@ jobs:
106106
pkill -f tpm_server
107107
sleep 2
108108
cd ibmswtpm2/src
109-
./tpm_server
109+
./tpm_server &
110110
cd ../..
111111
112112
# Test the TPM SSH Custom Password
@@ -132,6 +132,7 @@ jobs:
132132
133133
# Cleanup
134134
pkill -f tpm_server
135+
sleep 2
135136
136137
# Archive artifacts for debugging
137138
- name: Archive test artifacts

0 commit comments

Comments
 (0)