Skip to content

Commit

Permalink
Update Connection Tests for WireGuard
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielvarona committed Jun 19, 2024
1 parent c4df126 commit 4fa6694
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/connection-tests-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
- macos-12
- windows-2022
- windows-2019
vpn-mode:
- ovpn
- wg
runs-on: ${{ matrix.os }}
name: "run:${{ matrix.os }}"
name: "run:${{ matrix.os }}, vpn:${{ matrix.vpn-mode }}"

steps:
- name: Checkout
Expand All @@ -29,6 +32,7 @@ jobs:
uses: ./ # Use `nathanielvarona/pritunl-client-github-action@v1` for your GitHub Action workflow.
with:
profile-file: ${{ secrets.PRITUNL_PROFILE_FILE_BASIC }}
vpn-mode: ${{ matrix.vpn-mode }}

# The steps below demonstrate how to verify VPN gateway connectivity, including:
# 1. Installing IP Calculator
Expand Down

0 comments on commit 4fa6694

Please sign in to comment.