Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Update to replayio/action-cypress version 0.2.6 which cleans up the d…
Browse files Browse the repository at this point in the history
…eprecated `::set-output` call
  • Loading branch information
wpscholar committed Dec 14, 2022
1 parent 89dd96c commit 13c4bc9
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 @@ -113,7 +113,7 @@ jobs:
run: npx cypress run

- name: Run Cypress Tests
uses: replayio/[email protected].5
uses: replayio/[email protected].6
if: ${{ github.repository == 'bluehost/bluehost-wordpress-plugin' }}
env:
RECORD_REPLAY_METADATA_TEST_RUN_TITLE: "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 @@ -102,7 +102,7 @@ jobs:
run: npx cypress run

- name: Run Cypress Tests
uses: replayio/[email protected].5
uses: replayio/[email protected].6
if: ${{ github.repository == 'bluehost/bluehost-wordpress-plugin' }}
with:
api-key: ${{ secrets.RECORD_REPLAY_API_KEY }}
Expand Down

0 comments on commit 13c4bc9

Please sign in to comment.