Skip to content

Commit

Permalink
#185 extra test
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 4, 2024
1 parent 325aa2e commit 5429242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/steps/test-discover.sh
Expand Up @@ -40,6 +40,7 @@ echo "👍🏻 A few repositories discovered correctly"
rm -f "${csv}"
REPO=yegor256/jaxec "${LOCAL}/steps/discover.sh"
test -e "${csv}"
test -s "${TARGET}/temp/repo-details.tex"
test "$(wc -l < "${csv}" | xargs)" = '2'
} > "${stdout}" 2>&1
echo "👍🏻 A single repository discovered correctly"

0 comments on commit 5429242

Please sign in to comment.