Skip to content

Commit 90b734f

Browse files
committed
fix(cypress): disable ci-build-id, group and tag until we have a cypress cloud service again
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 parent 66efae1 commit 90b734f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/cypress.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,12 @@ jobs:
110110
- name: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests
111111
uses: cypress-io/github-action@ebe8b24c4428922d0f793a5c4c96853a633180e3 # v6.6.0
112112
with:
113-
ci-build-id: ${{ github.sha }}-${{ github.run_number }}
113+
# Unavailable without cypress cloud
114+
# ci-build-id: ${{ github.sha }}-${{ github.run_number }}
114115
component: ${{ matrix.containers == 'component' }}
115-
group: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }}
116-
tag: ${{ github.event_name }}
116+
# Unavailable without cypress cloud
117+
# group: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }}
118+
# tag: ${{ github.event_name }}
117119
env:
118120
# Use github service for server
119121
NEXTCLOUD_HOST: localhost

0 commit comments

Comments
 (0)