Skip to content

Commit

Permalink
fix(cypress): disable ci-build-id, group and tag until we have …
Browse files Browse the repository at this point in the history
…a cypress cloud service again

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
  • Loading branch information
skjnldsv committed Jan 21, 2024
1 parent 66efae1 commit 90b734f
Showing 1 changed file with 5 additions and 3 deletions.
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

0 comments on commit 90b734f

Please sign in to comment.