Skip to content

Commit adadcdb

Browse files
Merge pull request #197 from learnsoftwaredevelopment/resolved-bug-in-nodejs-with-docker-db-github-workflow
Resolved bug in `node.js-with-docker-db.yml`
2 parents 0e9cc0c + ae3d9f4 commit adadcdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js-with-docker-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: npm run build --if-present
6464
- name: Build and Start mongodb in docker instance
6565
shell: bash
66-
run: docker-compose up --file ./.github/ci/docker-compose-test-ci-db-only.yml up --build --detach
66+
run: docker-compose --file ./.github/ci/docker-compose-test-ci-db-only.yml up --build --detach
6767
- name: Running test cases
6868
run: npm run test-ci
6969
env:

0 commit comments

Comments
 (0)