ci config
Some checks failed
Build Project / Compile (push) Failing after 12s

This commit is contained in:
Martin Below 2024-06-10 07:13:37 +02:00
parent da703f6906
commit 44cf87e20a

View File

@ -16,5 +16,7 @@ jobs:
container:
steps:
- name: install required stuff
run: apt-get -y update ; apt -y install netcat-openbsd; nc localhost 3306
- 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