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 0ed5a9c commit 2ad5c0fCopy full SHA for 2ad5c0f
.github/workflows/ci.yml
@@ -144,7 +144,7 @@ jobs:
144
- name: Pre-Cypress (build all dependencies)
145
run: yarn test:ci-pre:vue
146
- name: Cypress run
147
- uses: cypress-io/github-action@v6.6.1
+ uses: cypress-io/github-action@v6.7.2
148
with:
149
browser: chrome
150
working-directory: apps/test/vue
@@ -179,7 +179,7 @@ jobs:
179
180
run: yarn test:ci-pre:react
181
182
183
184
185
working-directory: apps/test/react
0 commit comments