From bfa4ed92bcd119fa5c8fdb6b444b83a092dccca9 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 16 Mar 2022 09:35:45 -0400 Subject: [PATCH] chore: uploading WPT shouldn't make CI fail (#13984) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fed3e09204..5da0f4d37d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -467,6 +467,7 @@ jobs: --wptreport=wptreport.json - name: Upload wpt results to dl.deno.land + continue-on-error: true if: | runner.os == 'Linux' && matrix.job == 'test' && @@ -481,6 +482,7 @@ jobs: gsutil -h "Cache-Control: no-cache" cp wpt-latest.txt gs://dl.deno.land/wpt-latest.txt - name: Upload wpt results to wpt.fyi + continue-on-error: true if: | runner.os == 'Linux' && matrix.job == 'test' &&