Setup docker in the test
This commit is contained in:
@@ -37,6 +37,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
||||||
|
- name: Set up Docker
|
||||||
|
uses: docker/setup-buildx-action@v1
|
||||||
|
|
||||||
- name: Build Docker image and run container
|
- name: Build Docker image and run container
|
||||||
working-directory: "./server"
|
working-directory: "./server"
|
||||||
run: make clean && make build && make run
|
run: make clean && make build && make run
|
||||||
|
|||||||
Reference in New Issue
Block a user