From 78c9d9a155f02b7fd01a21e9b9cdb39ae4c6d7b6 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 1 Oct 2023 12:49:23 -0600 Subject: [PATCH] networking --- .gitea/workflows/test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index c35afaf..c02cd2a 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -38,4 +38,7 @@ jobs: - name: Install dependencies run: nix profile install nixpkgs#cowsay - - run: cowsay testing \ No newline at end of file + - run: cowsay testing + + - run: nix profile install nixpkgs#iputils + - run: ping s0.koi-bebop.ts.net \ No newline at end of file