Skip to content

Commit

Permalink
Create workflow annotations from robot report
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophB committed Nov 19, 2024
1 parent 4bd1a58 commit 9f157d2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,9 @@ jobs:
- run: robot reason --input gfo-light.owl
- run: robot reason --input modules/gfo-base.owl

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

0 comments on commit 9f157d2

Please sign in to comment.