This commit is contained in:
parent
44cf87e20a
commit
f11e03f69f
@ -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
|
||||
Loading…
Reference in New Issue
Block a user