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