We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97dc8ca + dbcc591 commit aad6cc2Copy full SHA for aad6cc2
1 file changed
.github/workflows/cypress.yml
@@ -116,7 +116,7 @@ jobs:
116
run: npm i -g 'npm@${{ needs.init.outputs.npmVersion }}'
117
118
- name: Run ${{ startsWith(matrix.containers, 'component') && 'component' || 'E2E' }} cypress tests
119
- uses: cypress-io/github-action@0ee1130f05f69098ab5c560bd198fecf5a14d75b # v6.9.0
+ uses: cypress-io/github-action@be1bab96b388bbd9ce3887e397d373c8557e15af # v6.9.2
120
with:
121
record: ${{ secrets.CYPRESS_RECORD_KEY && true }}
122
parallel: ${{ secrets.CYPRESS_RECORD_KEY && true }}
0 commit comments