Skip to content

Commit

Permalink
Merge pull request #196 from newfold-labs/fix/beta-tests
Browse files Browse the repository at this point in the history
FIx beta test runner
  • Loading branch information
wpscholar authored Dec 11, 2023
2 parents 26c0100 + 3c6a721 commit 57052d1
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 57052d1

Please sign in to comment.