diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c17f652..edafbba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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"