1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Add web/samples_index to CI (#1454)

This commit is contained in:
Brett Morgan
2022-10-15 17:39:31 -04:00
committed by GitHub
parent ad1faad66b
commit 0bdb8f06ab
3 changed files with 3 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ declare -ar PROJECT_NAMES=(
# "simplistic_editor"
"testing_app"
"veggieseasons"
"web/samples_index"
)
ci_projects "beta" "${PROJECT_NAMES[@]}"