always try to upload lhci reports
parent
74dbd20633
commit
886c4b2bea
|
@ -55,6 +55,10 @@ steps:
|
|||
source: lhci_reports/dist/*
|
||||
strip_prefix: lhci_reports/dist/
|
||||
target: /${DRONE_REPO_NAME}
|
||||
when:
|
||||
status:
|
||||
- failure
|
||||
- success
|
||||
|
||||
trigger:
|
||||
ref:
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
.swp
|
||||
.env*
|
||||
dist/
|
||||
tmp/
|
||||
node_modules/
|
||||
lhci_reports/
|
||||
exampleSite/themes/
|
||||
exampleSite/public/
|
||||
|
||||
|
@ -10,6 +12,7 @@ exampleSite/public/
|
|||
layouts/partials/icons-svg-symbols.html
|
||||
static/main.*
|
||||
static/favicon/
|
||||
static/fonts/GeekdocIcons.*
|
||||
resources/_gen/
|
||||
|
||||
# testing
|
||||
|
|
|
@ -17,3 +17,7 @@ ci:
|
|||
tap-targets: off
|
||||
first-contentful-paint: off
|
||||
first-meaningful-paint: off
|
||||
largest-contentful-paint: off
|
||||
upload:
|
||||
target: filesystem
|
||||
outputDir: lhci_reports
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue