summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-01-19 23:51:02 -0700
committerDan Allen <dan.j.allen@gmail.com>2021-01-20 04:56:23 -0700
commit38e60cccbf08a7c01211f8563cb8466ebaaca271 (patch)
tree11d834875bf211617b32cf60732875a4c484b998 /.github/workflows
parentcf684dcc3336ac84275c496705c46faf26d4a046 (diff)
resolves #1583 add basic tests for Asciidoctor Diagram integration
- verify that generated images can be found when :to_dir differs from docdir - verify cached files end up in the right location
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1b77a28f..06a7c74b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -55,6 +55,7 @@ jobs:
primary: primary
runs-on: ${{ matrix.os }}
env:
+ ASCIIDOCTOR_DIAGRAM_VERSION: '~> 2.1.0'
MENTOS_TIMEOUT: 30 # give pygments.rb calls more time to execute (in seconds)
PYGMENTS_VERSION: '~> 1.2.0' # test runner will automatically disable Pygments tests on JRuby for Windows
RGHOST_VERSION: '0.9.7'