Setup docker in the test
Some checks failed
DRB Build Tests / build (push) Failing after 1m13s
DRB Build Tests / drb_build_and_test (push) Failing after 59s

This commit is contained in:
Logan Cusano
2024-04-28 05:17:08 -04:00
parent 14a2b4a1b9
commit 463ccc1bd5

View File

@@ -37,6 +37,9 @@ jobs:
with:
node-version: '20'
- name: Set up Docker
uses: docker/setup-buildx-action@v1
- name: Build Docker image and run container
working-directory: "./server"
run: make clean && make build && make run