Store test artifact
This commit is contained in:
parent
316b9c3036
commit
c6137f167a
1 changed files with 3 additions and 0 deletions
|
@ -9,3 +9,6 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Test build
|
name: Test build
|
||||||
command: bash build.sh test/main.md
|
command: bash build.sh test/main.md
|
||||||
|
- store_artifacts:
|
||||||
|
path: output.pdf
|
||||||
|
destination: output.pdf
|
||||||
|
|
Reference in a new issue