Fix text grouping issue on github actions

github action grouping is broken because we were outputing "::endgroup" where
it needs "::endgroup::". This patch also added some addtional grouping around
contianer setup phase, making output easier to read.
This commit is contained in:
Yucong Sun
2021-08-04 11:16:29 -07:00
committed by Andrii Nakryiko
parent f8ab8bde8e
commit 3f22535d56
4 changed files with 6 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ jobs:
export COVERITY_SCAN_NOTIFICATION_EMAIL="${AUTHOR_EMAIL}"
export COVERITY_SCAN_BRANCH_PATTERN=${GITHUB_REF##refs/*/}
export TRAVIS_BRANCH=${COVERITY_SCAN_BRANCH_PATTERN}
echo ::endgroup
echo ::endgroup::
scripts/coverity.sh
env:
COVERITY_SCAN_TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}