From 3c6a721a17ae96e0664153015689b64c9aed4ad1 Mon Sep 17 00:00:00 2001 From: Micah Wood Date: Mon, 4 Dec 2023 20:25:02 -0500 Subject: [PATCH] We can't add the `--tag` flag if not passing `--record` --- .github/workflows/cypress-tests-beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress-tests-beta.yml b/.github/workflows/cypress-tests-beta.yml index 5e6510d..f338bdb 100644 --- a/.github/workflows/cypress-tests-beta.yml +++ b/.github/workflows/cypress-tests-beta.yml @@ -100,7 +100,7 @@ jobs: - name: Run Cypress Tests if: ${{ github.repository == 'newfold-labs/wp-plugin-web' }} - run: npm run test:e2e -- --browser chrome --tag "web, wp-beta" + run: npm run test:e2e -- --browser chrome - name: Store screenshots of test failures if: failure()