Skip to content

Commit 1b81c56

Browse files
committed
fix: use new version of cypress action
1 parent 91258b9 commit 1b81c56

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
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
cypress-run:
8-
concurrency: cypress-${{ github.head_ref || github.ref }}
8+
concurrency: cypress-${{ github.head_ref || github.ref }}
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
@@ -27,7 +27,7 @@ jobs:
2727
VITE_VERSION: cypress-tests
2828

2929
- name: Cypress Run
30-
uses: cypress-io/github-action@v5
30+
uses: cypress-io/github-action@v6
3131
env:
3232
VITE_PORT: 3000
3333
VITE_API_HOST: http://localhost:3636

0 commit comments

Comments
 (0)