Skip to content

Commit

Permalink
Add templates/endless_runner to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
domesticmouse authored Nov 8, 2023
1 parent 2b09387 commit ab2e3f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions flutter_ci_script_beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ flutter doctor -v
declare -ar PROJECT_NAMES=(
"templates/basic"
"templates/card"
"templates/endless_runner"
)

ci_projects "beta" "${PROJECT_NAMES[@]}"
Expand Down
1 change: 1 addition & 0 deletions flutter_ci_script_stable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ flutter doctor -v
declare -ar PROJECT_NAMES=(
"templates/basic"
"templates/card"
"templates/endless_runner"
)

ci_projects "stable" "${PROJECT_NAMES[@]}"
Expand Down

0 comments on commit ab2e3f5

Please sign in to comment.