Skip to content

Commit

Permalink
Group commands and show content
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavkj committed Nov 11, 2023
1 parent 3f901f4 commit b60b6f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,12 @@ jobs:
- name: Test CLI
run: |
cd .github/test-cli-mock-project
echo "::group::Get Version"
codeowners-generator --version
echo "::endgroup::"
echo "::group::Check CODEOWNERS content"
codeowners-generator generate --check
echo "::endgroup::"
echo "::group::Show CODEOWNERS content"
cat CODEOWNERS
echo "::endgroup::"

0 comments on commit b60b6f3

Please sign in to comment.