summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fed3e0920..5da0f4d37 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' &&