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
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Test build
|
name: Test build
|
||||||
command: bash build.sh test/main.md
|
command: bash build.sh test/main.md --verbose
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: output.pdf
|
path: output.pdf
|
||||||
destination: output.pdf
|
destination: output.pdf
|
||||||
|
|
Reference in a new issue