Skip to content

Commit

Permalink
In Browser Unit Test - mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLinYao committed Aug 22, 2023
1 parent e101fc6 commit 3ae36c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests-in-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,10 @@ jobs:
wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu2204-x86_64-100.6.1.deb
sudo apt install ./mongodb-database-tools-*-100.6.1.deb
mongorestore --version
mongoimport --version
- name: Add data to MarketplaceItem collection
run: mongoimport /db:snapshot_marketplace_db_2023-07-19 /collection:MarketplaceItem /uri:mongodb://localhost:27017 /username:testuser /password:password Snapshot_Export/MarketplaceItem.json
run: mongoimport /db:snapshot_marketplace_db_2023-07-19 /collection:MarketplaceItem /uri:mongodb://localhost:27017 ./Snapshot_Export/MarketplaceItem.json
#- name: Add data to LookupItem
# run: mongorestore --nsInclude=snapshot_marketplace_db_2023-07-19.LookupItem ./test-data/LookupItem.bson

Expand Down

0 comments on commit 3ae36c1

Please sign in to comment.