Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Nov 23, 2024
1 parent a86700d commit d92f866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Test
run: |
ping -4 -c 4 www.hetzner.com; ping -6 -c 4 www.hetzner.com; ip addr list; sudo traceroute -T www.hetzner.com; sudo traceroute -T -F kolarik.sk;
sudo mtr -4 --interval 0.5 --gracetime 3 --max-ttl 30 --timeout 30 -c 10 kolarik.sk
sudo mtr -4 --interval 0.5 --gracetime 3 --max-ttl 30 --timeout 30 -c 10 -C kolarik.sk
- name: Build
run: |
npm ci
Expand Down

0 comments on commit d92f866

Please sign in to comment.