mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-11 17:49:25 -05:00
ci: enable User Journey for 'all' test type (dev/main pushes)
This commit is contained in:
4
.github/workflows/tinytorch-validate-dev.yml
vendored
4
.github/workflows/tinytorch-validate-dev.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user