Skip to content

Commit 9289aa4

Browse files
jmooringbep
authored andcommitted
github: Allow AsciiDoc content in tests to render Ditaa diagrams
In 2c80dee we enabled rendering of PlantUML diagrams within integration tests. This commit removes PlantUML support from the tests in favor of rendering Ditaa diagrams, which take less time to generate.
1 parent 606415e commit 9289aa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/test.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
run: |
5353
gem install asciidoctor -v "2.0.26"
5454
gem install asciidoctor-diagram -v "3.0.1"
55-
gem install asciidoctor-diagram-plantuml -v "1.2025.3"
56-
- name: Install Java # required by asciidoctor-diagram-plantuml
55+
gem install asciidoctor-diagram-ditaamini -v "1.0.3"
56+
- name: Install Java # required by asciidoctor-diagram-ditaamini
5757
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
5858
with:
5959
distribution: temurin

0 commit comments

Comments
 (0)