Skip to content

Commit

Permalink
Update didkit path in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Jun 4, 2024
1 parent c172c4b commit 6a29ba1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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
5 changes: 4 additions & 1 deletion .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 Expand Up @@ -131,4 +134,4 @@ jobs:
with:
path: ${{inputs.working_directory}}/coverage/lcov.info
exclude: ${{inputs.coverage_excludes}}
min_coverage: ${{inputs.min_coverage}}
min_coverage: ${{inputs.min_coverage}}

0 comments on commit 6a29ba1

Please sign in to comment.