Skip to content

test: add acceptance tests for the update of an endpoint #31

test: add acceptance tests for the update of an endpoint

test: add acceptance tests for the update of an endpoint #31

name: PullRequestFlow
on:
pull_request:
jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml
build:
needs: [lint, test]
uses: ./.github/workflows/build.yml
secrets: inherit