Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
Signed-off-by: YZ775 <yuzuki-mimura@cybozu.co.jp>
  • Loading branch information
YZ775 committed Oct 11, 2023
1 parent 3304df3 commit ec5203b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec5203b

Please sign in to comment.