mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-20 02:20:05 +00:00
fix(ci): openvpn hangs
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
|||||||
sudo apt install openvpn3
|
sudo apt install openvpn3
|
||||||
|
|
||||||
- name: Start Open VPN 3
|
- 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
|
- name: install pm2
|
||||||
run: npm i -g pm2
|
run: npm i -g pm2
|
||||||
|
|||||||
Reference in New Issue
Block a user