Skip to content

Commit

Permalink
We can't add the --tag flag if not passing --record
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Dec 5, 2023
1 parent 26c0100 commit 3c6a721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-tests-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 3c6a721

Please sign in to comment.