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 bd2ea00 + 84b272d commit 82e01beCopy full SHA for 82e01be
.github/workflows/cypress.yml
@@ -100,7 +100,7 @@ jobs:
100
run: npm i -g npm@"${{ needs.init.outputs.npmVersion }}"
101
102
- name: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests
103
- uses: cypress-io/github-action@1b70233146622b69e789ccdd4f9452adc638d25a # v6.6.1
+ uses: cypress-io/github-action@f88a151c986cab2e339cdbede6a5c4468bb62c17 # v6.7.0
104
with:
105
component: ${{ matrix.containers == 'component' }}
106
# we can not use 'group', 'tag' or 'ci-build-id' because we do not use the cypress cloud
0 commit comments