From 4be1d85522a8c1e9ff8b09a649d619127c90ef3f Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 7 Sep 2022 13:12:03 +0100 Subject: [PATCH] Update cypress.yaml --- .github/workflows/cypress.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index 197f029746..4482afcc0b 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -150,6 +150,7 @@ jobs: cypress/synapselogs - run: mv cypress/performance/*.json cypress/performance/measurements-${{ strategy.job-index }}.json + continue-on-error: true - name: Upload Benchmark uses: actions/upload-artifact@v2