Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(cypress): disable ci-build-id, group and tag until we have …
…a cypress cloud service again

Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv committed Feb 23, 2024
commit 41f6c9fe1286eecdfc2e7002274b3501cdbe7848
8 changes: 5 additions & 3 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,12 @@ jobs:
- name: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests
uses: cypress-io/github-action@ebe8b24c4428922d0f793a5c4c96853a633180e3 # v6.6.0
with:
ci-build-id: ${{ github.sha }}-${{ github.run_number }}
# Unavailable without cypress cloud
# ci-build-id: ${{ github.sha }}-${{ github.run_number }}
component: ${{ matrix.containers == 'component' }}
group: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }}
tag: ${{ github.event_name }}
# Unavailable without cypress cloud
# group: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }}
# tag: ${{ github.event_name }}
env:
# Use github service for server
NEXTCLOUD_HOST: localhost
Expand Down