Skip to content

Commit

Permalink
In Browser Unit Test
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLinYao committed Aug 22, 2023
1 parent d32d807 commit 762ca91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-in-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
-e MONGO_INIT_DATABASE=snapshot_marketplace_db_2023-07-19 \
-e MONGO_INITDB_ROOT_USERNAME=testuser \
-e MONGO_INITDB_ROOT_PASSWORD=password \
mongo:6.0
mongo6.0

- name: Create mongoDB Docker container
run: docker run -d -p 27017:27017 mongo:latest
Expand Down

0 comments on commit 762ca91

Please sign in to comment.