Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimaek authored Nov 23, 2024
1 parent 5340244 commit b06fb07
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 @@ -50,7 +50,7 @@ jobs:
- uses: fscarmen/[email protected]
- name: Test
run: |
ping -4 -c 4 www.jsdelivr.com; ping -6 -c 4 www.jsdelivr.com; ip addr list; traceroute -T 1.1.1.1; sudo traceroute -d 8.8.8.8;
ping -4 -c 4 www.jsdelivr.com; ping -6 -c 4 www.jsdelivr.com; ip addr list; sudo traceroute -T 1.1.1.1; sudo traceroute -d 8.8.8.8;
- name: Build
run: |
npm ci
Expand Down

0 comments on commit b06fb07

Please sign in to comment.