From 76acaca608f3732ff5c126f4c3786bad191b39cc Mon Sep 17 00:00:00 2001 From: Leonardo de Jesus Diz Conde Date: Fri, 6 Oct 2023 17:53:08 -0300 Subject: [PATCH] CU-86a0vq1ak - Fully implement WcSdk e2e tests (finish the connection and use every command expecing the responses) --- .github/workflows/check-build-and-test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/check-build-and-test.yml b/.github/workflows/check-build-and-test.yml index 8f40cf3..2888f15 100644 --- a/.github/workflows/check-build-and-test.yml +++ b/.github/workflows/check-build-and-test.yml @@ -31,8 +31,6 @@ jobs: run: rush update - name: Build Packages run: rush rebuild --verbose - - name: Rush Purge - run: rush purge - name: Install E2E Tester working-directory: ./e2e run: pnpm install