Skip running tests

This commit is contained in:
Sidharth Vinod 2024-01-24 21:04:57 +05:30
parent b2111adef5
commit 0f02f5ff34
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v6
id: cypress-snapshot-gen
if: ${{ steps.cache-snapshot.outputs.cache-hit != 'true' }}
if: ${{ steps.cache-snapshot.outputs.cache-hit != 'true' && false }}
with:
install: false
start: pnpm run dev
@ -115,7 +115,7 @@ jobs:
id: cypress
# If CYPRESS_RECORD_KEY is set, run in parallel on all containers
# Otherwise (e.g. if running from fork), we run on a single container only
if: ${{ ( env.CYPRESS_RECORD_KEY != '' ) || ( matrix.containers == 1 ) }}
if: ${{ false && (( env.CYPRESS_RECORD_KEY != '' ) || ( matrix.containers == 1 )) }}
with:
install: false
start: pnpm run dev:coverage