You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
entrypoint.sh uses set -e, so if pytest exits non-zero, any post-run steps (email, artifact upload) are silently skipped. Add a continue_on_failure input and wrap the pytest command so the script always completes.
entrypoint.sh uses set -e, so if pytest exits non-zero, any post-run steps (email, artifact upload) are silently skipped. Add a continue_on_failure input and wrap the pytest command so the script always completes.