Skip to content

Commit

Permalink
fixing for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
azuendorf committed Jun 20, 2022
1 parent e837b24 commit 0563ae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/org/fulib/tools/GraphDiagramTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public void drawDiag() throws IOException {

String svg = diag.toSVG();

Files.createDirectories(Path.of("tmp"));
Files.writeString(Path.of("tmp/jsondiag.svg"), svg);

}
Expand Down

0 comments on commit 0563ae5

Please sign in to comment.