Closed
Description
github-action-tester/entrypoint.sh
Lines 12 to 16 in 971caca
exit $?
in entrypoint.sh is useless since set -e
.
If run-tests.sh fails, the bash quits and exit $?
will not be executed.
Metadata
Metadata
Assignees
Labels
No labels