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 351c5cd commit adb5b38
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 @@ -138,7 +138,7 @@ jobs:
mongorestore --version
- name: Add data to MarketplaceItem collection
run: mongorestore --nsInclude=snapshot_marketplace_db_2023-07-19.MarketplaceItem test-data #/MarketplaceItem.bson
run: mongorestore /db:snapshot_marketplace_db_2023-07-19 /collection:MarketplaceItem /uri:"mongodb://localhost:27017" test-data/MarketplaceItem.bson
#- 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 adb5b38

Please sign in to comment.