ci: fix workflow working directories
This commit is contained in:
@@ -26,9 +26,21 @@ jobs:
|
||||
|
||||
build:
|
||||
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
|
||||
with:
|
||||
working_directory: packages/shorebird_cli
|
||||
|
||||
pana:
|
||||
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1
|
||||
with:
|
||||
working_directory: packages/shorebird_cli
|
||||
|
||||
verify-version:
|
||||
defaults:
|
||||
run:
|
||||
working-directory: packages/shorebird_cli
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: 📚 Git Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
@@ -26,3 +26,10 @@ jobs:
|
||||
|
||||
build:
|
||||
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
|
||||
with:
|
||||
working_directory: packages/shorebird_code_push_api
|
||||
|
||||
pana:
|
||||
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1
|
||||
with:
|
||||
working_directory: packages/shorebird_code_push_api
|
||||
|
||||
@@ -26,3 +26,10 @@ jobs:
|
||||
|
||||
build:
|
||||
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
|
||||
with:
|
||||
working_directory: packages/shorebird_code_push_api_client
|
||||
|
||||
pana:
|
||||
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1
|
||||
with:
|
||||
working_directory: packages/shorebird_code_push_api_client
|
||||
|
||||
Reference in New Issue
Block a user