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 9a9d1f7 commit 585c105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-in-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ jobs:
mongorestore --version
- name: Add data to MarketplaceItem collection
run: mongorestore --collection=MarketplaceItem --db=snapshot_marketplace_db_2023-07-19 --archive=test-data/MarketplaceItem.bson
run: mongorestore --nsInclude=snapshot_marketplace_db_2023-07-19.MarketplaceItem --archive=test-data/MarketplaceItem.bson
- name: Add data to LookupItem
run: mongorestore --collection=LookupItem --db=snapshot_marketplace_db_2023-07-19 --archive=test-data/LookupItem.bson
run: mongorestore --nsInclude=snapshot_marketplace_db_2023-07-19.LookupItem --archive=test-data/LookupItem.bson

- name: PROCESS INQUIRY #1 ------------------------
run: |
Expand Down

0 comments on commit 585c105

Please sign in to comment.