From 93750f0458a297933f63f7bf6c46791c48360ac8 Mon Sep 17 00:00:00 2001 From: Pierre Millot Date: Fri, 12 Jul 2024 10:19:54 +0200 Subject: [PATCH] continue-on-error --- .github/workflows/check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d5c7b6a894..85efee9523 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -243,6 +243,7 @@ jobs: - name: Run CTS id: cts + continue-on-error: true run: yarn cli cts run javascript ${{ fromJSON(needs.setup.outputs.JAVASCRIPT_DATA).toRun }} ${{ github.event.pull_request.head.repo.fork && '--exclude-e2e' || '' }} - name: Retry e2e CTS @@ -332,6 +333,7 @@ jobs: - name: Run CTS id: cts + continue-on-error: true run: yarn cli cts run ${{ matrix.client.language }} ${{ matrix.client.toRun }} ${{ github.event.pull_request.head.repo.fork && '--exclude-e2e' || '' }} - name: Retry e2e CTS