We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38ac131 + 57959a0 commit ef56c67Copy full SHA for ef56c67
.github/workflows/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@d842ab15a88774cf1311cc07f0e7112024c3dbd7 # v6.10.6
+ uses: cypress-io/github-action@2ad32e649e4db26c07674ebae31a297601dbcbaf # v6.10.8
120
with:
121
record: ${{ secrets.CYPRESS_RECORD_KEY && true }}
122
parallel: ${{ secrets.CYPRESS_RECORD_KEY && true }}
0 commit comments