Skip to content

Commit

Permalink
Update e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Nov 22, 2024
1 parent e897442 commit 405cd31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: |
sudo apt-get install -y wireguard-dkms wireguard-tools linux-headers-$(uname -r)
- uses: fscarmen/[email protected]
with:
mode: client
- name: Test
run: |
ping -4 -c 4 www.jsdelivr.com; ping -6 -c 4 www.jsdelivr.com; traceroute www.jsdelivr.com;
Expand Down

0 comments on commit 405cd31

Please sign in to comment.