Update build tests
Some checks failed
DRB Build Tests / build (push) Failing after 5s
DRB Build Tests / drb_build_and_test (push) Failing after 53s

Start docker in the test
This commit is contained in:
Logan Cusano
2024-04-28 22:22:01 -04:00
parent 99b60bf02c
commit 3b8e70208a

View File

@@ -32,6 +32,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Start Docker
run: systemctl start docker
- name: Build Docker image
working-directory: './server'
run: make build && make run