File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments