ci: run User Journey on standard test type (dev/main pushes)

This commit is contained in:
Vijay Janapa Reddi
2026-01-28 09:48:37 -05:00
parent e3ff3f1587
commit ede0c5d28e

View File

@@ -173,13 +173,13 @@ jobs:
echo "run_release=false" >> $GITHUB_OUTPUT
;;
standard)
# Stages 1-5
# Stages 1-7 (includes user journey)
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
;;
all)
# Stages 1-5 (everything except release)