Skip to content

Commit

Permalink
issue: generate tree
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr.suwala committed Apr 17, 2024
1 parent 918933a commit c792338
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/generate-tree.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
push:
branches: [ main ]
jobs:
generate-tech-tree:
runs-on: ubuntu-latest
container: ghcr.io/hspsh/tech-tree:issue-10-dockerfile
steps:
- java -jar /app/app.jar ./src/test/resources/full-example.yaml > tree.svg
- cat tree.svg
test-files:
script:
- find .

0 comments on commit c792338

Please sign in to comment.