Skip to content

fix(deps): downgrade vite@7 due to breaking support of decorators in … #373

fix(deps): downgrade vite@7 due to breaking support of decorators in …

fix(deps): downgrade vite@7 due to breaking support of decorators in … #373

name: build-test-grpc-client
on:
workflow_dispatch: {}
push:
paths:
- 'packages/grpc-client/**'
- '.github/workflows/build-test-grpc-client.yaml'
- '.github/workflows/base-build-job.yaml'
- '.github/workflows/base-test-job.yaml'
pull_request:
paths:
- 'packages/grpc-client/**'
- '.github/workflows/build-test-grpc-client.yaml'
- '.github/workflows/base-build-job.yaml'
- '.github/workflows/base-test-job.yaml'
jobs:
build:
uses: ./.github/workflows/base-build-job.yaml
with:
package: grpc-client
test:
needs: build
uses: ./.github/workflows/base-test-job.yaml
with:
package: grpc-client
system: true
backing-only: true