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 585c105 commit 495d584
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 --nsInclude=snapshot_marketplace_db_2023-07-19.MarketplaceItem --archive=test-data/MarketplaceItem.bson
run: mongorestore --nsInclude=snapshot_marketplace_db_2023-07-19.MarketplaceItem MarketplaceItem.bson
- name: Add data to LookupItem
run: mongorestore --nsInclude=snapshot_marketplace_db_2023-07-19.LookupItem --archive=test-data/LookupItem.bson
run: mongorestore --nsInclude=snapshot_marketplace_db_2023-07-19.LookupItem LookupItem.bson

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

0 comments on commit 495d584

Please sign in to comment.