Merge pull request #32 from BravarDev/main #1
ci-cd.yml
on: push
Run tests
36s
Build & Deploy to Cloud Run
8s
Annotations
1 error and 3 warnings
|
Build & Deploy to Cloud Run
google-github-actions/auth failed with: the GitHub Action workflow must specify exactly one of "workload_identity_provider" or "credentials_json"! If you are specifying input values via GitHub secrets, ensure the secret is being injected into the environment. By default, secrets are not passed to workflows triggered from forks, including Dependabot.
|
|
Run tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run tests:
src/modules/order/order.controller.ts#L31
Unsafe argument of type `any` assigned to a parameter of type `OrderFilter`
|
|
Run tests:
src/modules/offer/offer.controller.ts#L31
Unsafe argument of type `any` assigned to a parameter of type `OfferFilter`
|