Skip to content

Commit

Permalink
test workflow path update for didkit
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Jun 4, 2024
1 parent cb928b2 commit 404ada5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/did_kit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request, push]

jobs:
build:
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@main
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@october
with:
flutter_channel: stable
flutter_version: 3.22.1
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/flutter_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ jobs:

- name: 📦 Install Dependencies
run: |
if grep -q 'path: ../../../didkit/lib/flutter' pubspec.yaml; then
sed -i 's|path: ../../../didkit/lib/flutter|git:\n url: https://github.com/spruceid/didkit.git\n path: lib/flutter|' pubspec.yaml
fi
flutter pub global activate very_good_cli
very_good packages get --recursive --ignore=${{inputs.package_get_excludes}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oidc4vc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request, push]

jobs:
build:
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@main
uses: TalaoDAO/AltMe/.github/workflows/flutter_package.yaml@october
with:
flutter_channel: stable
flutter_version: 3.22.1
Expand Down
2 changes: 1 addition & 1 deletion packages/did_kit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:

dependencies:
didkit:
path: ../../didkit/lib/flutter
path: ../../../didkit/lib/flutter
flutter:
sdk: flutter
mocktail: ^1.0.2
Expand Down

0 comments on commit 404ada5

Please sign in to comment.