aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-07 19:57:12 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-07 19:57:12 +0100
commit9ada23fc4805ad705d54ef854c1477920c01ad31 (patch)
treefae9d066122788c7b3241d4d3a610ddc335890fc /.github
parentfix a typo (diff)
downloadsetup-wireguard-9ada23fc4805ad705d54ef854c1477920c01ad31.tar.gz
setup-wireguard-9ada23fc4805ad705d54ef854c1477920c01ad31.zip
workflows/test: test w/ persistent-keepalivev1.2.0v1
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 31a72b0..e445300 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -30,5 +30,6 @@ jobs:
allowed_ips: '${{ secrets.ALLOWED_IPS }}'
private_key: '${{ secrets.PRIVATE }}'
preshared_key: '${{ secrets.PRESHARED }}'
+ keepalive: 25
- name: Check endpoint
run: ping -W 10 -c 5 -- '${{ secrets.ENDPOINT_PRIVATE_IP }}'