We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010eb8a commit 32456b5Copy full SHA for 32456b5
.github/workflows/citest.yml
@@ -56,6 +56,9 @@ jobs:
56
net stop nscp
57
net start nscp
58
59
+ # give it some time to start
60
+ Start-Sleep -Seconds 5
61
+
62
# check if connection works
63
.\check_nsc_web.exe -k -p test -u https://127.0.0.1:8443 ; if ($LASTEXITCODE -ne 0) { exit 1 }
64
.\check_nsc_web.exe -k -p test -u https://127.0.0.1:8443 check_nscp_version ; if ($LASTEXITCODE -ne 0) { exit 1 }
0 commit comments