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 4794a4e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/generate-tree.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Generate Tech Tree
on: [push]
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 4794a4e

Please sign in to comment.