always try to upload lhci reports

This commit is contained in:
Robert Kaussow 2020-07-17 10:34:52 +02:00
parent 74dbd20633
commit 886c4b2bea
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
5 changed files with 11 additions and 0 deletions

View File

@ -55,6 +55,10 @@ steps:
source: lhci_reports/dist/* source: lhci_reports/dist/*
strip_prefix: lhci_reports/dist/ strip_prefix: lhci_reports/dist/
target: /${DRONE_REPO_NAME} target: /${DRONE_REPO_NAME}
when:
status:
- failure
- success
trigger: trigger:
ref: ref:

3
.gitignore vendored
View File

@ -2,7 +2,9 @@
.swp .swp
.env* .env*
dist/ dist/
tmp/
node_modules/ node_modules/
lhci_reports/
exampleSite/themes/ exampleSite/themes/
exampleSite/public/ exampleSite/public/
@ -10,6 +12,7 @@ exampleSite/public/
layouts/partials/icons-svg-symbols.html layouts/partials/icons-svg-symbols.html
static/main.* static/main.*
static/favicon/ static/favicon/
static/fonts/GeekdocIcons.*
resources/_gen/ resources/_gen/
# testing # testing

View File

@ -17,3 +17,7 @@ ci:
tap-targets: off tap-targets: off
first-contentful-paint: off first-contentful-paint: off
first-meaningful-paint: off first-meaningful-paint: off
largest-contentful-paint: off
upload:
target: filesystem
outputDir: lhci_reports

Binary file not shown.

Binary file not shown.