ci: fix workflow working directories

This commit is contained in:
Felix Angelov
2023-03-02 12:43:00 -06:00
parent 3d2f98017a
commit 5aff6d8e07
3 changed files with 26 additions and 0 deletions
+12
View File
@@ -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