From 7d770fcf3200d434af500d220b18ba335b23d5ee Mon Sep 17 00:00:00 2001 From: Deepti Luthra Date: Tue, 1 Aug 2023 14:38:23 +1000 Subject: [PATCH] [WT-1521] rename artifacts and cypress script --- .github/workflows/build-lint-typecheck-test.yaml | 6 +++--- package.json | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-lint-typecheck-test.yaml b/.github/workflows/build-lint-typecheck-test.yaml index 55ec0cee14..fc61f98b86 100644 --- a/.github/workflows/build-lint-typecheck-test.yaml +++ b/.github/workflows/build-lint-typecheck-test.yaml @@ -54,17 +54,17 @@ jobs: run: yarn test - name: Checkout-widgets cypress tests - run: yarn test:checkout:cypress:ci + run: yarn test:checkout:cypress - name: Upload cypress videos artifacts uses: actions/upload-artifact@v2 with: - name: cypress-videos + name: checkout-widgets-cypress-videos path: ./packages/checkout/widgets-lib/cypress/videos - name: Upload cypress screenshots artifacts uses: actions/upload-artifact@v2 if: failure() with: - name: cypress-screenshots + name: checkout-widgets-cypress-screenshots path: ./packages/checkout/widgets-lib/cypress/screenshots diff --git a/package.json b/package.json index b558ee1c77..7c63a7ba6e 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,7 @@ "syncpack:fix": "yarn syncpack fix-mismatches", "syncpack:format": "yarn syncpack format", "test": "wsrun --exclude-missing -e test", - "test:cypress:ci": "wsrun --exclude-missing -e test:cypress", - "test:checkout:cypress:ci": "wsrun -p @imtbl/checkout-widgets-lib --exclude-missing -e test:cypress", + "test:checkout:cypress": "wsrun -p @imtbl/checkout-widgets-lib --exclude-missing -e test:cypress", "typecheck": "wsrun --exclude-missing typecheck" }, "workspaces": [