diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e106c1570a..2fcb014800 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -64,19 +64,19 @@ jobs: with: cidv0: ${{ steps.pinata.outputs.hash }} - - uses: actions/cache@v3 - id: cypress-cache - with: - path: /home/runner/.cache/Cypress - key: ${{ runner.os }}-cypress-${{ hashFiles('node_modules/cypress') }} - - if: steps.cypress-cache.outputs.cache-hit != 'true' - run: yarn cypress install - - uses: cypress-io/github-action@v4 - with: - install: false - browser: chrome - spec: cypress/e2e/landing.test.ts - config: pageLoadTimeout=180000,retries=4,baseUrl=https://cloudflare-ipfs.com/ipfs/${{ steps.pinata.outputs.hash }} + # - uses: actions/cache@v3 + # id: cypress-cache + # with: + # path: /home/runner/.cache/Cypress + # key: ${{ runner.os }}-cypress-${{ hashFiles('node_modules/cypress') }} + # - if: steps.cypress-cache.outputs.cache-hit != 'true' + # run: yarn cypress install + # - uses: cypress-io/github-action@v4 + # with: + # install: false + # browser: chrome + # spec: cypress/e2e/landing.test.ts + # config: pageLoadTimeout=180000,retries=4,baseUrl=https://cloudflare-ipfs.com/ipfs/${{ steps.pinata.outputs.hash }} - name: Update DNS with new IPFS hash env: