Skip to content

✅ [#7] Add tests for json_schema #21

✅ [#7] Add tests for json_schema

✅ [#7] Add tests for json_schema #21

Workflow file for this run

# name: OAS
#
# on:
# push:
# branches:
# - main
# - stable/*
# tags:
# - '*'
# pull_request:
# workflow_dispatch:
#
# jobs:
# oas:
# name: Checks
# uses: maykinmedia/open-api-workflows/.github/workflows/oas.yml@v5
# with:
# python-version: '3.12'
# apt-packages: ''
# django-settings-module: openvtb.conf.ci
# oas-generate-command: ./bin/generate_api_schema.sh
# schema-path: src/openvtb/api/openapi.yaml
# oas-artifact-name: openvtb-api-oas
# node-version-file: '.nvmrc'
# spectral-version: '^6.15.0'
# openapi-to-postman-version: '^5.0.0'
# postman-artifact-name: openvtb-api-postman-collection
# openapi-generator-version: '^2.20.0'
#