We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a8d10 commit b9078ebCopy full SHA for b9078eb
1 file changed
.github/workflows/site.yml
@@ -37,7 +37,13 @@ jobs:
37
echo "$JAVA_HOME/bin/java -Djava.awt.headless=true -jar $THISDIR/bin/plantuml.jar $@" >plantuml
38
chmod +x plantuml
39
working-directory: ./bin
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
+
47
48
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
49
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
0 commit comments