mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 04:48:52 -05:00
chore: uploading WPT shouldn't make CI fail (#13984)
This commit is contained in:
parent
45b3aa22c0
commit
bfa4ed92bc
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -467,6 +467,7 @@ jobs:
|
||||||
--wptreport=wptreport.json
|
--wptreport=wptreport.json
|
||||||
|
|
||||||
- name: Upload wpt results to dl.deno.land
|
- name: Upload wpt results to dl.deno.land
|
||||||
|
continue-on-error: true
|
||||||
if: |
|
if: |
|
||||||
runner.os == 'Linux' &&
|
runner.os == 'Linux' &&
|
||||||
matrix.job == 'test' &&
|
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
|
gsutil -h "Cache-Control: no-cache" cp wpt-latest.txt gs://dl.deno.land/wpt-latest.txt
|
||||||
|
|
||||||
- name: Upload wpt results to wpt.fyi
|
- name: Upload wpt results to wpt.fyi
|
||||||
|
continue-on-error: true
|
||||||
if: |
|
if: |
|
||||||
runner.os == 'Linux' &&
|
runner.os == 'Linux' &&
|
||||||
matrix.job == 'test' &&
|
matrix.job == 'test' &&
|
||||||
|
|
Loading…
Reference in a new issue