Skip to content

Commit

Permalink
chore: uploading WPT shouldn't make CI fail (denoland#13984)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Mar 16, 2022
1 parent 45b3aa2 commit bfa4ed9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' &&
Expand All @@ -481,6 +482,7 @@ jobs:
gsutil -h "Cache-Control: no-cache" cp wpt-latest.txt gs:https://dl.deno.land/wpt-latest.txt
- name: Upload wpt results to wpt.fyi
continue-on-error: true
if: |
runner.os == 'Linux' &&
matrix.job == 'test' &&
Expand Down

0 comments on commit bfa4ed9

Please sign in to comment.