diff --git a/.circleci/config.yml b/.circleci/config.yml index 09f2782..b52672a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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