From 44cf87e20ac3e084ddbc20d5030438da7d7e07b7 Mon Sep 17 00:00:00 2001 From: Martin Below Date: Mon, 10 Jun 2024 07:13:37 +0200 Subject: [PATCH] ci config --- .gitea/workflows/default.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/default.yml b/.gitea/workflows/default.yml index 4bc5c0d..cf5542a 100644 --- a/.gitea/workflows/default.yml +++ b/.gitea/workflows/default.yml @@ -16,5 +16,7 @@ jobs: container: steps: - - name: install required stuff - run: apt-get -y update ; apt -y install netcat-openbsd; nc localhost 3306 \ No newline at end of file + - name: install required stuff + run: apt-get -y update ; apt -y install netcat-openbsd; nc localhost 3306 + - name: run tests + run: which nc; nc localhost 3306 \ No newline at end of file