Skip to content

Commit

Permalink
Ignore failures in ping and nslookup
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Oct 17, 2024
1 parent e2321bf commit 308c756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Validate Nameserver
run: |
ping -c 3 google.com
ping -c 3 google.com || true
nslookup google.com 8.8.8.8
nslookup google.com 1.1.1.1
nslookup google.com 208.67.222.222
Expand Down

0 comments on commit 308c756

Please sign in to comment.