1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-27 23:01:59 +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

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