From f11e03f69fd334906e0f9a0e349595a47e9293d1 Mon Sep 17 00:00:00 2001 From: Martin Below Date: Mon, 10 Jun 2024 07:15:57 +0200 Subject: [PATCH] ci config --- .gitea/workflows/default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/default.yml b/.gitea/workflows/default.yml index cf5542a..249e3f6 100644 --- a/.gitea/workflows/default.yml +++ b/.gitea/workflows/default.yml @@ -2,7 +2,7 @@ name: Build Project on: [push] jobs: - Compile: + TestWithDb: runs-on: ubuntu-latest services: database: @@ -17,6 +17,6 @@ jobs: container: steps: - name: install required stuff - run: apt-get -y update ; apt -y install netcat-openbsd; nc localhost 3306 + run: apt-get -y update ; apt -y install netcat-openbsd - name: run tests run: which nc; nc localhost 3306 \ No newline at end of file