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