Don't resolve dependencies for deleted plugin

This commit is contained in:
Simon Binder 2023-11-05 19:20:33 +01:00
parent 50487ad317
commit ce554a02e5
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 0 additions and 8 deletions

View File

@ -82,14 +82,6 @@ jobs:
dart_version: ${{ needs.setup.outputs.dart_version }}
- run: melos bootstrap --scope drift
working-directory: .
- name: Get dependencies for plugin
run: |
echo "dependency_overrides:" >> pubspec_overrides.yaml
echo " drift: {path: ../../}" >> pubspec_overrides.yaml
echo " drift_dev: {path: ../../../drift_dev}" >> pubspec_overrides.yaml
echo " sqlparser: {path: ../../../sqlparser}" >> pubspec_overrides.yaml
dart pub get
working-directory: drift/tools/analyzer_plugin
# analysis
- run: dart format -o none --set-exit-if-changed .
name: dartfmt