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