1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 09:24:35 +00:00

fix(ci): openvpn hangs

This commit is contained in:
2025-02-26 11:19:19 +01:00
parent add2f0a860
commit 57b9f86077

View File

@@ -63,7 +63,7 @@ jobs:
sudo apt install openvpn3
- name: Start Open VPN 3
run: openvpn3 session-start --config .github/vpn/config.ovpn
run: sudo nohup openvpn3 session-start --config .github/vpn/config.ovpn &
- name: install pm2
run: npm i -g pm2