Skip to content

Commit 8f2e64d

Browse files
committed
Resolved bug in node.js-with-docker-db.yml TEST_MONGODB_URI environmental variable
1 parent 4c7bbc5 commit 8f2e64d

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
@@ -68,7 +68,7 @@ jobs:
6868
run: npm run test-ci
6969
env:
7070
PORT: ${{ secrets.PORT }}
71-
TEST_MONGODB_URI: mongodb://root:password@mongo:27017/softwareRepositoryTest?authSource=admin
71+
TEST_MONGODB_URI: mongodb://root:password@localhost:27017/softwareRepositoryTest?authSource=admin
7272
FIREBASE_CLIENT_API_KEY: ${{ secrets.FIREBASE_CLIENT_API_KEY }}
7373
# Your firebase service account information
7474
FIREBASE_ADMIN_SA_TYPE: ${{ secrets.FIREBASE_ADMIN_SA_TYPE }}

0 commit comments

Comments
 (0)