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 d5d0d88 + 4c7bbc5 commit 9e0dc71Copy full SHA for 9e0dc71
.github/workflows/node.js-with-docker-db.yml
@@ -65,7 +65,7 @@ jobs:
65
shell: bash
66
run: docker-compose up --file ./.github/ci/docker-compose-test-ci-db-only.yml up --build --detach
67
- name: Running test cases
68
- run: npm test-ci
+ run: npm run test-ci
69
env:
70
PORT: ${{ secrets.PORT }}
71
TEST_MONGODB_URI: mongodb://root:password@mongo:27017/softwareRepositoryTest?authSource=admin
0 commit comments