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.
2 parents bb6bd7e + 92d3852 commit c4c13b1Copy full SHA for c4c13b1
1 file changed
workflow-templates/cypress.yml
@@ -116,7 +116,7 @@ jobs:
116
run: npm i -g 'npm@${{ needs.init.outputs.npmVersion }}'
117
118
- name: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests
119
- uses: cypress-io/github-action@b7a7441d775af8f8b9d19945c10dd689a51dba68 # v7.2.0
+ uses: cypress-io/github-action@dace029018fcdf86e0df89a31bc3cfa5b32570d8 # v7.3.0
120
with:
121
record: ${{ secrets.CYPRESS_RECORD_KEY && true }}
122
parallel: ${{ secrets.CYPRESS_RECORD_KEY && true }}
0 commit comments