Skip to content

Commit

Permalink
rename cloud test step names for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Dec 8, 2023
1 parent 0017bc2 commit 16ac52f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
if: ${{ github.repository != 'bluehost/bluehost-wordpress-plugin' || github.actor == 'dependabot[bot]' || github.event.label.name != 'debug' }}
run: npm run test:e2e -- --browser chrome

- name: Run Cypress Tests
- name: Run Cypress Cloud Tests
if: ${{ github.repository == 'bluehost/bluehost-wordpress-plugin' && github.actor != 'dependabot[bot]' && github.event.label.name == 'debug' }}
run: npm run test:e2e -- --browser chrome --record --key ${{ secrets.CYPRESS_RECORD_KEY }} --tag "bluehost,php-${{ matrix.phpVersion }},wp-${{ matrix.wpVersion }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Install WordPress
run: npx wp-env start --debug

- name: Run Cypress Tests
- name: Run Cypress Cloud Tests
if: ${{ github.repository != 'bluehost/bluehost-wordpress-plugin' || github.actor == 'dependabot[bot]' }}
run: npm run test:e2e -- --browser chrome

Expand Down

0 comments on commit 16ac52f

Please sign in to comment.