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]
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