From 495d5846ee7d100666a8583c0cb20908c5ba4689 Mon Sep 17 00:00:00 2001 From: Paul Lin Yao Date: Tue, 22 Aug 2023 15:08:08 -0400 Subject: [PATCH] In Browser Unit Test - mongodb --- .github/workflows/tests-in-browser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |