We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 759155d + 20fb71e commit fa0ed95Copy full SHA for fa0ed95
1 file changed
.github/workflows/cypress.yml
@@ -44,7 +44,7 @@ jobs:
44
run: docker pull ghcr.io/nextcloud/continuous-integration-shallow-server
45
46
- name: Run E2E cypress tests
47
- uses: cypress-io/github-action@c495c3ddffba403ba11be95fffb67e25203b3799 # v7.1.10
+ uses: cypress-io/github-action@b7a7441d775af8f8b9d19945c10dd689a51dba68 # v7.2.0
48
with:
49
# cypress io
50
record: true
@@ -95,7 +95,7 @@ jobs:
95
run: npm i -g 'npm@${{ steps.versions.outputs.package-manager-version }}'
96
97
- name: Run Components cypress tests
98
99
100
# to run component tests we need to use "component: true"
101
component: true
0 commit comments