Browse Source

ci: Upload chart.log artifact instead of screenlog.0

check-vt100
Aleksander Kiryk 4 years ago committed by Aleksander Kiryk
parent
commit
6e51773e66
  1. 4
      .ci.yml

4
.ci.yml

@ -24,11 +24,11 @@ simple_test:
- sargraph chart stop
- cd ..
- cat screenlog.0
- cat chart.log
- test -f plot.svg
artifacts:
when: always
paths:
- "*.svg"
- "*.txt"
- "screenlog.*"
- "*.log"

Loading…
Cancel
Save