Skip to content

Commit

Permalink
Merge branch 'main' into storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
iva2k committed Feb 11, 2024
2 parents e7c46e1 + 36c8db6 commit b5b93f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/git-run-all-in-branches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ export GOOD_SKIP_TARGET_BRANCHES=(
)
TARGET_BRANCHES=(
"main"
"histoire"
"storybook"
"ui-agnostic"
"ui-bulma"
"ui-carbon"
"ui-shoelace"
"ui-svelteui"
"ui-tailwindcss"
)
export BROKEN_TARGET_BRANCHES=(
"histoire" # CompileError: The $ name is reserved, and cannot be used for variables and imports
"ui-bootstrap" # `pnpm check`: Error: Argument of type 'typeof Col' is not assignable to parameter of type 'ConstructorOfATypedSvelteComponent'.
"ui-carbon" # Error: The 'swSrc' file can't be read. ENOENT: no such file or directory
"ui-framework7" # `pnpm build:base`: "Error: The 'swSrc' file can't be read. ENOENT: no such file or directory" - service worker build fails, probably due to all components not compatible with Svelte 5, buncho "ARIA role" issues, etc.
"ui-konsta" # `pnpm check`: Error: Argument of type 'typeof App' is not assignable to parameter of type 'ConstructorOfATypedSvelteComponent'.
)
Expand Down Expand Up @@ -147,7 +147,7 @@ function main() {
total_time=$(awk "BEGIN {print ($total_time+${tms_real[$i]})}")
[ "$color_red" -ne 0 ] && echo -n -e "\033[31m"
printf "$FORMAT\n" "$TARGET_BRANCH" "$error" "$LOGFILE_I" "${tms_real[$i]}" "${output:0:100}" | tee -a "$LOGFILE"
[ "$color_red" -ne 0 ] && echo -n -e "\033[36m"
[ "$color_red" -ne 0 ] && echo -n -e "\033[39m"
done
echo "$LINE" | tee -a "$LOGFILE"
printf "$FORMAT\n" "Total:" "$errors_cnt" "$total_cnt" "$total_time" "" | tee -a "$LOGFILE"
Expand Down

0 comments on commit b5b93f9

Please sign in to comment.