From ec5203b2e59152749e8eec908db94e63dbf4f98b Mon Sep 17 00:00:00 2001 From: YZ775 Date: Tue, 10 Oct 2023 09:14:53 +0000 Subject: [PATCH] fix actions Signed-off-by: YZ775 --- .github/workflows/main.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6198ab83..13567422 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -39,7 +39,9 @@ jobs: run: | sudo ./sabakan -dhcp-bind 0.0.0.0:10067 \ -etcd-endpoints http://localhost:2379 \ - -advertise-url http://localhost:10080 & + -advertise-url http://localhost:10080 \ + -sabakan-tls-cert ./e2e/certs/server.crt \ + -sabakan-tls-key ./e2e/certs/server.key.insecure & - name: Run test run: make test