diff --git a/.github/workflows/tests-in-browser.yml b/.github/workflows/tests-in-browser.yml index 8de08334..18e66a90 100644 --- a/.github/workflows/tests-in-browser.yml +++ b/.github/workflows/tests-in-browser.yml @@ -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: |