refactor: remove fork of googleauth_apis (#1760)
This commit is contained in:
@@ -21,7 +21,6 @@ jobs:
|
||||
outputs:
|
||||
needs_dart_build: ${{ steps.needs_dart_build.outputs.changes }}
|
||||
needs_redis_build: ${{ steps.needs_redis_build.outputs.changes }}
|
||||
needs_third_party_build: ${{ steps.needs_third_party_build.outputs.changes }}
|
||||
needs_verify: ${{ steps.needs_verify.outputs.changes }}
|
||||
|
||||
name: 👀 Detect Changes
|
||||
@@ -52,7 +51,6 @@ jobs:
|
||||
- packages/shorebird_cli/**
|
||||
- packages/shorebird_code_push_client/**
|
||||
- packages/shorebird_code_push_protocol/**
|
||||
- third_party/googleapis_auth/**
|
||||
shorebird_code_push_client:
|
||||
- ./.github/codecov.yml
|
||||
- ./.github/workflows/main.yaml
|
||||
@@ -86,17 +84,6 @@ jobs:
|
||||
- ./.github/actions/dart_package/action.yaml
|
||||
- packages/redis_client/**
|
||||
|
||||
- uses: dorny/paths-filter@v3
|
||||
name: Redis Detection
|
||||
id: needs_third_party_build
|
||||
with:
|
||||
filters: |
|
||||
googleapis_auth:
|
||||
- ./.github/codecov.yml
|
||||
- ./.github/workflows/main.yaml
|
||||
- ./.github/actions/dart_package/action.yaml
|
||||
- third_party/googleapis_auth/**
|
||||
|
||||
- uses: dorny/paths-filter@v3
|
||||
name: Verify Detection
|
||||
id: needs_verify
|
||||
@@ -134,30 +121,6 @@ jobs:
|
||||
with:
|
||||
codecov_token: ${{ secrets.CODECOV_TOKEN }}
|
||||
working_directory: packages/${{ matrix.package }}
|
||||
min_coverage: 99
|
||||
|
||||
build_third_party_packages:
|
||||
needs: changes
|
||||
if: ${{ needs.changes.outputs.needs_third_party_build != '[]' }}
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
package: ${{ fromJSON(needs.changes.outputs.needs_third_party_build) }}
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
name: 🎯 Build ${{ matrix.package }}
|
||||
|
||||
steps:
|
||||
- name: 📚 Git Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: 🎯 Build ${{ matrix.package }}
|
||||
uses: ./.github/actions/dart_package
|
||||
with:
|
||||
codecov_token: ${{ secrets.CODECOV_TOKEN }}
|
||||
working_directory: third_party/${{ matrix.package }}
|
||||
min_coverage: 85
|
||||
|
||||
build_redis:
|
||||
needs: changes
|
||||
@@ -211,13 +174,7 @@ jobs:
|
||||
|
||||
ci:
|
||||
needs:
|
||||
[
|
||||
semantic_pull_request,
|
||||
build_dart_packages,
|
||||
build_redis,
|
||||
build_third_party_packages,
|
||||
verify_packages,
|
||||
]
|
||||
[semantic_pull_request, build_dart_packages, build_redis, verify_packages]
|
||||
if: ${{ always() }}
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user