We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e9cc0c + ae3d9f4 commit adadcdbCopy full SHA for adadcdb
.github/workflows/node.js-with-docker-db.yml
@@ -63,7 +63,7 @@ jobs:
63
run: npm run build --if-present
64
- name: Build and Start mongodb in docker instance
65
shell: bash
66
- run: docker-compose up --file ./.github/ci/docker-compose-test-ci-db-only.yml up --build --detach
+ run: docker-compose --file ./.github/ci/docker-compose-test-ci-db-only.yml up --build --detach
67
- name: Running test cases
68
run: npm run test-ci
69
env:
0 commit comments