We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 198f371 commit 52e1389Copy full SHA for 52e1389
1 file changed
.github/workflows/tpm-ssh.yml
@@ -103,16 +103,6 @@ jobs:
103
./examples/client/client -i ../wolftpm/keyblob.bin -u hansel -K ThisIsMyKeyAuth
104
cd ..
105
106
- # Kill the server and simulator and restart them
107
- - name: Kill server and simulator and restart
108
- run: |
109
- pkill -f tpm_server
110
- sleep 2 # Wait for the server to be killed
111
- cd ibmswtpm2/src
112
- ./tpm_server &
113
- sleep 2 # Wait for the server to be restarted
114
- cd ../..
115
-
116
# Test the TPM SSH Custom Password
117
- name: Test TPM SSH Custom Password
118
run: |
0 commit comments