Skip to content

Commit

Permalink
Better messages
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhrmanator authored Jan 13, 2024
1 parent 17b269a commit 5bff3e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ jobs:
shell: bash
timeout-minutes: 15

- name: Build meta-model planuml image
- name: Generate plantuml representation of meta-model
run: |
$SMALLTALK_CI_VM $SMALLTALK_CI_IMAGE eval "'FamixTypeScript.puml' asFileReference writeStreamDo: [ :stream | stream nextPutAll: (FamixMMUMLDocumentor new withModel: FamixTypeScriptModel andColor: Color lightBlue ; beWithStub; generatePlantUMLModel)]"
- name: Generate SVG Diagrams
- name: Generate SVG Diagram from PlantUML
uses: Timmy/plantuml-action@v1
with:
args: -v -tsvg FamixTypeScript.puml

- name: Move artifact
- name: Move diagram to doc space
run: |
mkdir doc-uml
mv *.svg doc-uml
Expand Down

0 comments on commit 5bff3e6

Please sign in to comment.