Skip to content

Commit 4c7bbc5

Browse files
committed
Resolved bug where missing run parameter in npm run test-ci in node.js-with-docker-db.yml
1 parent d76a2a1 commit 4c7bbc5

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
@@ -65,7 +65,7 @@ jobs:
6565
shell: bash
6666
run: docker-compose up --file ./.github/ci/docker-compose-test-ci-db-only.yml up --build --detach
6767
- name: Running test cases
68-
run: npm test-ci
68+
run: npm run test-ci
6969
env:
7070
PORT: ${{ secrets.PORT }}
7171
TEST_MONGODB_URI: mongodb://root:password@mongo:27017/softwareRepositoryTest?authSource=admin

0 commit comments

Comments
 (0)