Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ updates:
directory: "/"
schedule:
interval: "daily"
labels:
- "autosubmit"
# Don't auto-submit github action updates until subosito/flutter-action update is cleared
# labels:
# - "autosubmit"
# Pip ecosystem.
- package-ecosystem: "pip"
directory: "/tfagents-flutter/"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
distribution: "zulu" # See https://github.com/actions/setup-java#supported-distributions
java-version: "17"
- uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
with:
channel: ${{ matrix.flutter_version }}
- run: dart --version
Expand Down
9 changes: 6 additions & 3 deletions flutter_ci_script_beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ DIR="${BASH_SOURCE%/*}"
source "$DIR/flutter_ci_script_shared.sh"

declare -a CODELABS=(
"adaptive_app"
# TODO(DomesticMouse): The argument type 'BottomAppBarTheme' can't be assigned to the parameter type 'BottomAppBarThemeData?'.
# "adaptive_app"
"animated-responsive-layout"
"animations"
"audio_soloud"
"boring_to_beautiful"
# TODO(DomesticMouse): The argument type 'BottomAppBarTheme' can't be assigned to the parameter type 'BottomAppBarThemeData?'.
# "boring_to_beautiful"
"brick_breaker"
"colorist"
"dart-patterns-and-records"
Expand All @@ -33,7 +35,8 @@ declare -a CODELABS=(
"testing_codelab"
"tfagents-flutter"
"tfrs-flutter"
"tfserving-flutter"
# TODO(DomesticMouse): 'groupValue' is deprecated and shouldn't be used.
# "tfserving-flutter"
"tooling"
"webview_flutter"
)
Expand Down