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