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.
run
npm run test-ci
node.js-with-docker-db.yml
1 parent d76a2a1 commit 4c7bbc5Copy full SHA for 4c7bbc5
.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