Skip to content

Commit

Permalink
GHA: ping internal containers instead of 8.8.8.8
Browse files Browse the repository at this point in the history
On GHA hosted runners, pinging 8.8.8.8 does not seem to work.
  • Loading branch information
kanaka committed Apr 15, 2024
1 parent 3524cfb commit 9ef69d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ checks:
- {id: "Line 10", regex: "Line 10\\b"}
- {id: "Line 15", regex: "Line 15\\b"}
- {id: "Line 20", regex: "Line 20\\b"}
- {id: "ping", cmd: "ping -c 1 8.8.8.8",
- {id: "ping", cmd: "ping -c 1 final",
deps: {counter: "Line 20"}}

with_tty:
Expand All @@ -51,7 +51,7 @@ checks:
- {noop: true}
- {noop: true}
- {noop: true}
- {id: "ping", cmd: "ping -c 1 8.8.8.8",
- {id: "ping", cmd: "ping -c 1 counter",
deps: {scale: "Started",
counter: "ping",
with_tty: "Line 20",
Expand Down

0 comments on commit 9ef69d2

Please sign in to comment.