diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index c02cd2a..ead4aea 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -40,5 +40,5 @@ jobs: run: nix profile install nixpkgs#cowsay - run: cowsay testing - - run: nix profile install nixpkgs#iputils - - run: ping s0.koi-bebop.ts.net \ No newline at end of file + - run: nix profile install nixpkgs#curl + - run: curl -I s0.koi-bebop.ts.net \ No newline at end of file