From da703f6906c0a97cf636d6ea770f449d22f9de99 Mon Sep 17 00:00:00 2001 From: Martin Below Date: Mon, 10 Jun 2024 07:12:06 +0200 Subject: [PATCH] ci config --- .gitea/workflows/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/default.yml b/.gitea/workflows/default.yml index 82019bd..4bc5c0d 100644 --- a/.gitea/workflows/default.yml +++ b/.gitea/workflows/default.yml @@ -17,4 +17,4 @@ jobs: container: steps: - name: install required stuff - run: apt-get -y update ; apt -y install netcat-openbsd; nc database 3306 \ No newline at end of file + run: apt-get -y update ; apt -y install netcat-openbsd; nc localhost 3306 \ No newline at end of file