Skip to content

Commit 90f3ea9

Browse files
committed
Test GitHub actions workflow.
1 parent 037810f commit 90f3ea9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,14 @@ jobs:
7373
tlspwd: ${{ secrets.TLSPWD }}
7474
run: |
7575
openssl aes-256-cbc -k "$tlspwd" -md sha256 -in ./.ci/client-combined.pem.enc -out ./.ci/client-combined.pem -d
76+
echo "decrypted client cert"
7677
export krnl="$(uname -s | tr '[:upper:]' '[:lower:]')"
7778
wget https://github.com/square/ghostunnel/releases/download/v1.3.1/ghostunnel-v1.3.1-$krnl-amd64-with-pkcs11 -O ghostunnel
7879
chmod +x ./ghostunnel
79-
./ghostunnel client --listen localhost:12345 --target hsm-connector01.sthlm.in.yubico.org:8443 --keystore ./.ci/client-combined.pem --cacert ./.ci/server-crt.pem 2>/dev/null &
80+
./ghostunnel client --listen localhost:12345 --target hsm-connector01.sthlm.in.yubico.org:8443 --keystore ./.ci/client-combined.pem --cacert ./.ci/server-crt.pem &
8081
sleep 3
82+
echo "started ghostunnel"
83+
curl http://localhost:12345/dispatcher/request
8184
echo "BACKEND=$(curl http://localhost:12345/dispatcher/request)" >> $GITHUB_ENV
8285
8386
- name: Run device tests

0 commit comments

Comments
 (0)