Skip to content

Commit ead83e0

Browse files
committed
test(cli): Update tests for latest changes
- Updates pinned Flutter SDK - Fixes cloud hub build - Ensure grpc is <4.2.0 (latest version exports Any -- needs changes)
1 parent 8ba769b commit ead83e0

File tree

35 files changed

+118
-109
lines changed

35 files changed

+118
-109
lines changed

.github/workflows/celest_cli.e2e.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # 2.21.0
4242
with:
4343
cache: true
44+
channel: beta # Remove when native assets is available in stable
4445
- name: Setup Deps
4546
if: runner.os == 'Linux'
4647
run: tool/setup-ci.sh

.github/workflows/celest_cli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
cache: true
4444
# Because many golden tests encode the precise Dart/Flutter SDKs used to generate
4545
# them, these values must be consistently used when running tests locally and in CI.
46-
flutter-version: 3.35.1
47-
channel: stable
46+
flutter-version: 3.36.0-0.3.pre
47+
channel: beta # Remove when native assets is available in stable
4848
- name: Setup Libsecret
4949
if: runner.os == 'Linux'
5050
run: tool/setup-ci.sh

apps/cli/fixtures/standalone/api/goldens/ast.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/fixtures/standalone/api/goldens/ast.resolved.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/fixtures/standalone/api/goldens/celest.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/fixtures/standalone/auth/goldens/ast.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/fixtures/standalone/auth/goldens/ast.resolved.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/fixtures/standalone/auth/goldens/celest.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/fixtures/standalone/data/goldens/ast.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/fixtures/standalone/data/goldens/ast.resolved.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)