Skip to content

Adding pagination on orders-api when we getting all orders #28

Adding pagination on orders-api when we getting all orders

Adding pagination on orders-api when we getting all orders #28

Workflow file for this run

name: checkout-api
on:
push:
branches:
- develop
paths:
- 'src/backend/services/checkout-api/**'
- '.github/workflows/checkout-api.yml'
pull_request:
branches:
- develop
paths:
- 'src/backend/services/checkout-api/**'
- '.github/workflows/checkout-api.yml'
jobs:
build-release:
uses: ./.github/workflows/build-release.yml
with:
service-name: checkout-api
secrets: inherit
deploy:
if: github.ref == 'refs/heads/develop'
needs:
- build-release
uses: ./.github/workflows/deploy.yml
with:
service-name: checkout-api
version: ${{ needs.build-release.outputs.new-version }}