Skip to content

Commit

Permalink
fix: melos bootstrap error invertase/melos#796
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednfwela committed Nov 24, 2024
1 parent 0c1ec5c commit 44f7858
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 5 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/pana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@ jobs:
with:
channel: stable
cache: true
- uses: ahmednfwela/melos-action@feat/bootstrap-no-example
# see https://github.com/invertase/melos/issues/796
- uses: bluefireteam/melos-action@main
continue-on-error: true
with:
run-bootstrap: true
bootstrap-no-example: false
- uses: bluefireteam/melos-action@main
with:
run-bootstrap: true
bootstrap-no-example: true
Expand Down
11 changes: 10 additions & 1 deletion .github/workflows/release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,19 @@ jobs:
with:
fetch-depth: 0
- uses: subosito/flutter-action@v2
- uses: ahmednfwela/melos-action@feat/bootstrap-no-example
# see https://github.com/invertase/melos/issues/796
- uses: bluefireteam/melos-action@main
continue-on-error: true
with:
run-bootstrap: true
bootstrap-no-example: false
- uses: bluefireteam/melos-action@main
with:
run-bootstrap: true
bootstrap-no-example: true
- uses: bluefireteam/melos-action@main
with:
run-bootstrap: false
run-versioning: true
publish-dry-run: true
create-pr: true
11 changes: 10 additions & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,17 @@ jobs:
with:
fetch-depth: 0
- uses: subosito/flutter-action@v2
- uses: ahmednfwela/melos-action@feat/bootstrap-no-example
# see https://github.com/invertase/melos/issues/796
- uses: bluefireteam/melos-action@main
continue-on-error: true
with:
run-bootstrap: true
bootstrap-no-example: false
- uses: bluefireteam/melos-action@main
with:
run-bootstrap: true
bootstrap-no-example: true
- uses: bluefireteam/melos-action@main
with:
run-bootstrap: false
publish: true
11 changes: 10 additions & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,19 @@ jobs:
with:
fetch-depth: 0
- uses: subosito/flutter-action@v2
- uses: ahmednfwela/melos-action@feat/bootstrap-no-example
# see https://github.com/invertase/melos/issues/796
- uses: bluefireteam/melos-action@main
continue-on-error: true
with:
run-bootstrap: true
bootstrap-no-example: false
- uses: bluefireteam/melos-action@main
with:
run-bootstrap: true
bootstrap-no-example: true
- uses: bluefireteam/melos-action@main
with:
run-bootstrap: false
tag: true
- run: |
melos exec -c 1 --no-published --no-private --order-dependents -- \
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,13 @@ jobs:
flutter-version: ${{ matrix.sdk == 'min' && '3.22.0' || '' }}
- run: |
echo TARGET_DART_SDK=${{ matrix.sdk }} >> $GITHUB_ENV
- uses: ahmednfwela/melos-action@feat/bootstrap-no-example
# see https://github.com/invertase/melos/issues/796
- uses: bluefireteam/melos-action@main
continue-on-error: true
with:
run-bootstrap: true
bootstrap-no-example: false
- uses: bluefireteam/melos-action@main
with:
run-bootstrap: true
bootstrap-no-example: true
Expand Down

0 comments on commit 44f7858

Please sign in to comment.