From fab4f4c7e6bf2e3e5ce680949f5ea47dfecfd15f Mon Sep 17 00:00:00 2001 From: MD SADAB SAQIB Date: Mon, 7 Aug 2023 20:51:16 +1000 Subject: [PATCH] fixed test command --- .github/workflows/web.test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web.test.yaml b/.github/workflows/web.test.yaml index 710b23a..154b1d2 100644 --- a/.github/workflows/web.test.yaml +++ b/.github/workflows/web.test.yaml @@ -18,7 +18,7 @@ jobs: - name: Install Dependencies run: npm install - name: Run Test - run: npm run test-remote + run: npm run cross-browser - name: Generate Allure Repor run: npm run report:ci continue-on-error: true