1
0
mirror of https://github.com/sasjs/core.git synced 2026-04-09 18:13:14 +00:00

Merge pull request #361 from sasjs/bumpfix

chore: avoiding vpn start
This commit is contained in:
Allan Bowe
2023-10-17 16:39:29 +01:00
committed by GitHub

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: |