fix: fix workflow
This commit is contained in:
@@ -48,6 +48,11 @@ jobs:
|
|||||||
architecture: x64
|
architecture: x64
|
||||||
|
|
||||||
- name: Setup MongoDB
|
- name: Setup MongoDB
|
||||||
|
env:
|
||||||
|
MONGO_HOST: ${{ env.MONGO_HOST }}
|
||||||
|
MONGO_PORT: ${{ env.MONGO_PORT }}
|
||||||
|
MONGO_USER: ${{ env.MONGO_USER }}
|
||||||
|
MONGO_PASS: ${{ env.MONGO_PASS }}
|
||||||
run: docker run --name mongodb -d -p $MONGO_PORT:27017 -e MONGO_INITDB_ROOT_USERNAME=$MONGO_USER -e MONGO_INITDB_ROOT_PASSWORD=$MONGO_PASS mongodb/mongodb-community-server
|
run: docker run --name mongodb -d -p $MONGO_PORT:27017 -e MONGO_INITDB_ROOT_USERNAME=$MONGO_USER -e MONGO_INITDB_ROOT_PASSWORD=$MONGO_PASS mongodb/mongodb-community-server
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user