Skip to content

Commit 9cc34cd

Browse files
committed
ci: Further work around accidental desync of Flutter main branch
1 parent 63516ae commit 9cc34cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
# TODO temp hack 2025-07-08 as Flutter's `main` is broken but `master` works:
2727
# https://github.com/zulip/zulip-flutter/pull/1688#issuecomment-3050661097
2828
# https://discord.com/channels/608014603317936148/608021351567065092/1392301750383415376
29+
# https://github.com/flutter/flutter/issues/171833
30+
# (See also "temp hack" items below.)
2931
git clone --depth=1000 -b master https://github.com/flutter/flutter ~/flutter
3032
TZ=UTC git --git-dir ~/flutter/.git log -1 --format='%h | %ci | %s' --date=iso8601-local
3133
echo ~/flutter/bin >> "$GITHUB_PATH"
@@ -43,4 +45,5 @@ jobs:
4345
run: flutter pub get
4446

4547
- name: Run tools/check
46-
run: TERM=dumb tools/check --all --verbose
48+
# TODO omitting flutter_version, see temp hack above
49+
run: TERM=dumb tools/check --verbose --all-files analyze test build_runner l10n drift pigeon icons android shellcheck

0 commit comments

Comments
 (0)