Add `web/samples_index` to CI (#1454)

pull/1477/head
Brett Morgan 2 years ago committed by GitHub
parent ad1faad66b
commit 0bdb8f06ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

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

Loading…
Cancel
Save