Skip to content

Commit b9078eb

Browse files
committed
testing again
1 parent 49a8d10 commit b9078eb

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/site.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,13 @@ jobs:
3737
echo "$JAVA_HOME/bin/java -Djava.awt.headless=true -jar $THISDIR/bin/plantuml.jar $@" >plantuml
3838
chmod +x plantuml
3939
working-directory: ./bin
40-
40+
- name: try plantuml
41+
uses: coactions/setup-xvfb@v1
42+
with:
43+
run: |
44+
echo "@startuml\nversion\n@enduml"> test.puml
45+
plantuml test.puml
46+
4147

4248
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
4349
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md

0 commit comments

Comments
 (0)