Run verbose build in tests
This commit is contained in:
parent
16d466739f
commit
25f3d22ca2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ jobs:
|
|||
- checkout
|
||||
- run:
|
||||
name: Test build
|
||||
command: bash build.sh test/main.md
|
||||
command: bash build.sh test/main.md --verbose
|
||||
- store_artifacts:
|
||||
path: output.pdf
|
||||
destination: output.pdf
|
||||
|
|
Reference in a new issue