Skip to content

Commit 94cc1a6

Browse files
committed
test message
1 parent 185f76a commit 94cc1a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Run Cypress tests
5050
id: cypress
51-
uses: cypress-io/github-action@v5.8.3
51+
uses: cypress-io/github-action@v6.6.1
5252
with:
5353
start: yarn start
5454
wait-on: 'http://localhost:3000'
@@ -75,7 +75,7 @@ jobs:
7575
# Add test summary to PR
7676
- name: Add PR Comment
7777
if: github.event_name == 'pull_request' && (success() || failure())
78-
uses: actions/github-script@v7
78+
uses: actions/github-script@v7.1.1
7979
with:
8080
script: |
8181
const testStatus = '${{ steps.cypress.outcome }}' === 'success' ? '✅' : '❌';

0 commit comments

Comments
 (0)