Skip to content

Commit

Permalink
Remove output of robot report as annotation
Browse files Browse the repository at this point in the history
The annotation only contains the first line of the output and therefore is not completely readable
  • Loading branch information
ChristophB committed Nov 29, 2024
1 parent 235317f commit a8ad561
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,5 @@ jobs:
- run: robot reason --input gfo-light.owl
- run: robot reason --input modules/gfo-base.owl

# - run: |
# result=$(robot report --input gfo-light.owl --profile qc_report/profile.txt)
# echo "::notice file=gfo-light.owl::$result"
- run: |
result=$(robot report --input modules/gfo-base.owl --profile qc_report/profile.txt)
echo "::notice file=modules/gfo-base.owl::$result"
# - run: robot report --input gfo-light.owl --profile qc_report/profile.txt
- run: robot report --input modules/gfo-base.owl --profile qc_report/profile.txt

0 comments on commit a8ad561

Please sign in to comment.