ci: enable User Journey for 'all' test type (dev/main pushes)

This commit is contained in:
Vijay Janapa Reddi
2026-01-28 10:09:10 -05:00
parent ede0c5d28e
commit 9e5ffac705

View File

@@ -182,13 +182,13 @@ jobs:
echo "run_release=true" >> $GITHUB_OUTPUT
;;
all)
# Stages 1-5 (everything except release)
# All stages 1-7 (used for dev/main pushes)
echo "run_inline=true" >> $GITHUB_OUTPUT
echo "run_unit=true" >> $GITHUB_OUTPUT
echo "run_integration=true" >> $GITHUB_OUTPUT
echo "run_cli=true" >> $GITHUB_OUTPUT
echo "run_e2e=true" >> $GITHUB_OUTPUT
echo "run_release=false" >> $GITHUB_OUTPUT
echo "run_release=true" >> $GITHUB_OUTPUT
;;
release)
# Full validation: all stages + destructive release at the end