Skip to content

Commit

Permalink
Merge branch 'october' into test_integration
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkbee1 committed Jun 5, 2024
2 parents 3365fbd + 5c8bcef commit 99232e7
Show file tree
Hide file tree
Showing 58 changed files with 1,713 additions and 1,979 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/flutter_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,23 @@ jobs:

- name: 📦 Install Dependencies
run: |
if grep -q 'path: ../../../didkit/lib/flutter' ../did_kit/pubspec.yaml; then
sed -i 's|path: ../../../didkit/lib/flutter|git:\n url: https://github.com/spruceid/didkit.git\n path: lib/flutter|' ../did_kit/pubspec.yaml
fi
flutter pub global activate very_good_cli
very_good packages get --recursive --ignore=${{inputs.package_get_excludes}}
- name: 📦 Run build_runner for nested package if necessary
run: |
if grep -q 'path: ../credential_manifest' pubspec.yaml; then
initial_dir=$(pwd)
echo $initial_dir
cd ../credential_manifest
flutter pub get
dart pub run build_runner build --delete-conflicting-outputs
cd $initial_dir
fi
- name: ⚙️ Run Setup
if: "${{inputs.setup != ''}}"
run: ${{inputs.setup}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oidc4vc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
min_coverage: 30
working_directory: packages/oidc4vc
dart_sdk: 3.4.1
build_runner: false
build_runner: true
1 change: 0 additions & 1 deletion didkit/lib/flutter/android

This file was deleted.

1 change: 0 additions & 1 deletion didkit/lib/flutter/ios

This file was deleted.

Loading

0 comments on commit 99232e7

Please sign in to comment.