1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 14:04:36 +00:00

chore: avoiding vpn start

This commit is contained in:
Allan
2023-10-17 16:37:48 +01:00
parent dc6bcdd69e
commit 815e5f3e0e

View File

@@ -44,7 +44,8 @@ jobs:
#sudo apt update
#sudo apt install openvpn3=17~betaUb22042+jammy
- name: Start Open VPN 3
run: openvpn3 session-start --config .github/vpn/config.ovpn
run: |
# openvpn3 session-start --config .github/vpn/config.ovpn
- name: Add credentials
run: |