Skip to content

Commit

Permalink
Emit overrides line by line
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Aug 14, 2022
1 parent 69afd48 commit d9f342a
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,11 @@ jobs:
- run: dart pub upgrade
- name: Get dependencies for plugin
run: |
echo $pub_override > pubspec_overrides.yaml
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
env:
pub_override: |
dependency_overrides:
drift:
path: ../../
drift_dev:
path: ../../../drift_dev
sqlparser:
path: ../../../sqlparser
working-directory: drift/tools/analyzer_plugin
# analysis
- run: dart format -o none --set-exit-if-changed .
Expand Down

0 comments on commit d9f342a

Please sign in to comment.