Skip to content

Commit

Permalink
chore(git): change build to local
Browse files Browse the repository at this point in the history
  • Loading branch information
criistian14 committed Jan 19, 2025
1 parent 6a2b084 commit 689e07c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/flutter_document_scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ on:

jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
uses: criistian14/flutter_document_scanner/.github/workflows/flutter_package.yml@develop
with:
flutter_channel: stable
flutter_version: 3.24.0
working_directory: flutter_document_scanner
min_coverage: 80
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}

android:
runs-on: macos-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/flutter_document_scanner_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ on:

jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
uses: criistian14/flutter_document_scanner/.github/workflows/flutter_package.yml@develop
with:
flutter_channel: stable
flutter_version: 3.24.0
working_directory: flutter_document_scanner_android
min_coverage: 80
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
4 changes: 3 additions & 1 deletion .github/workflows/flutter_document_scanner_ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ on:

jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
uses: criistian14/flutter_document_scanner/.github/workflows/flutter_package.yml@develop
with:
flutter_channel: stable
flutter_version: 3.24.0
working_directory: flutter_document_scanner_ios
min_coverage: 80
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 689e07c

Please sign in to comment.