ci config
Some checks failed
Build Project / TestWithDb (push) Failing after 13s

This commit is contained in:
Martin Below 2024-06-10 07:15:57 +02:00
parent 44cf87e20a
commit f11e03f69f

View File

@ -2,7 +2,7 @@ name: Build Project
on: [push] on: [push]
jobs: jobs:
Compile: TestWithDb:
runs-on: ubuntu-latest runs-on: ubuntu-latest
services: services:
database: database:
@ -17,6 +17,6 @@ jobs:
container: container:
steps: steps:
- name: install required stuff - 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 - name: run tests
run: which nc; nc localhost 3306 run: which nc; nc localhost 3306