Skip to content

Commit

Permalink
Bump CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eszpotanski committed Sep 15, 2023
1 parent 8488b5e commit 6230313
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
GHA_PREEMPTIBLE: "false"
ART: "art.txt"
steps:
- run: apt -qqy update && apt -qqy install iputils-ping iproute2 | tee -a $ART
- name: Prepare
run: apt -qqy update && apt -qqy install iputils-ping iproute2 | tee -a $ART
- run: ip a | tee -a $ART
- run: ping -c 3 ipv6.google.com | tee -a $ART
- run: |
Expand Down

0 comments on commit 6230313

Please sign in to comment.