Skip to content

Commit 80a6fb4

Browse files
authored
test(cli): Remove fvm fixture test (#356)
And move FVM logc to unit test
1 parent 7bea320 commit 80a6fb4

File tree

21 files changed

+58
-3508
lines changed

21 files changed

+58
-3508
lines changed

.github/workflows/celest_cli.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ jobs:
4141
# Because many golden tests encode the precise Dart/Flutter SDKs used to generate
4242
# them, these values must be consistently used when running tests locally and in CI.
4343
flutter-version: 3.29.3
44-
# Needed for testing FVM integration and cross-compilation.
45-
- name: Install FVM
46-
run: |
47-
dart pub global activate fvm
48-
dart pub global run fvm:main install 3.32.0-0.2.pre
4944
- name: Setup Libsecret
5045
if: runner.os == 'Linux'
5146
run: tool/setup-ci.sh

apps/cli/fixtures/standalone/fvm/.fvmrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

apps/cli/fixtures/standalone/fvm/.gitignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

apps/cli/fixtures/standalone/fvm/.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

apps/cli/fixtures/standalone/fvm/analysis_options.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/cli/fixtures/standalone/fvm/client/lib/fvm_client.dart

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)