1
0
Fork 0
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:
Ryan Dahl 2022-03-16 09:35:45 -04:00 committed by GitHub
parent 45b3aa22c0
commit bfa4ed92bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' &&