From 28b21b6565521a15309925c64cceb4ec8bd19100 Mon Sep 17 00:00:00 2001 From: Martin Below Date: Mon, 10 Jun 2024 07:16:45 +0200 Subject: [PATCH] ci config --- .gitea/workflows/default.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/default.yml b/.gitea/workflows/default.yml index 249e3f6..dfa6034 100644 --- a/.gitea/workflows/default.yml +++ b/.gitea/workflows/default.yml @@ -15,8 +15,8 @@ jobs: MARIADB_MYSQL_LOCALHOST_GRANTS: "wazzl" container: - steps: - - name: install required stuff - 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 + steps: + - name: install required stuff + 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