We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185f76a commit 94cc1a6Copy full SHA for 94cc1a6
.github/workflows/cypress.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Run Cypress tests
50
id: cypress
51
- uses: cypress-io/github-action@v5.8.3
+ uses: cypress-io/github-action@v6.6.1
52
with:
53
start: yarn start
54
wait-on: 'http://localhost:3000'
@@ -75,7 +75,7 @@ jobs:
75
# Add test summary to PR
76
- name: Add PR Comment
77
if: github.event_name == 'pull_request' && (success() || failure())
78
- uses: actions/github-script@v7
+ uses: actions/github-script@v7.1.1
79
80
script: |
81
const testStatus = '${{ steps.cypress.outcome }}' === 'success' ? '✅' : '❌';
0 commit comments