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 3ae36c1 commit 4e0d9b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests-in-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ jobs:
mongorestore --version
mongoimport --version
- name: Run Help for mongoimport
run: mongoimport --help

- name: Add data to MarketplaceItem collection
run: mongoimport /db:snapshot_marketplace_db_2023-07-19 /collection:MarketplaceItem /uri:mongodb://localhost:27017 ./Snapshot_Export/MarketplaceItem.json
#- name: Add data to LookupItem
Expand Down

0 comments on commit 4e0d9b4

Please sign in to comment.