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()