Skip to content

Commit 6f1bac2

Browse files
committed
chore(cli): Update goldens
Bump Flutter SDK to latest stable and re-generate.
1 parent d2561da commit 6f1bac2

File tree

29 files changed

+84
-166
lines changed

29 files changed

+84
-166
lines changed

.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.32.0-0.3.pre
47-
channel: beta
46+
flutter-version: 3.32.5
47+
channel: stable
4848
- name: Setup Libsecret
4949
if: runner.os == 'Linux'
5050
run: tool/setup-ci.sh

apps/cli/fixtures/fixtures_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ class TestRunner {
429429
'build',
430430
'-t',
431431
imageName,
432-
if (testName case 'fvm' || 'flutter') '--platform=linux/amd64',
432+
'--platform=linux/amd64',
433433
'.',
434434
],
435435
workingDirectory: outputDir,
@@ -454,7 +454,7 @@ class TestRunner {
454454
'--rm',
455455
'-p',
456456
'$openPort:8080',
457-
if (testName case 'fvm' || 'flutter') '--platform=linux/amd64',
457+
'--platform=linux/amd64',
458458
for (final database in project!.databases.values)
459459
if (database.config case ast.CelestDatabaseConfig(:final hostname))
460460
'--env=${hostname.name}=file::memory:',

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: 4 additions & 14 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: 6 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: 8 additions & 14 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)