Skip to content

Data: Rest Api Specs - regenerating based on 655211244cbdae7e2b0cace7942afb0d63ea746f #1131

Data: Rest Api Specs - regenerating based on 655211244cbdae7e2b0cace7942afb0d63ea746f

Data: Rest Api Specs - regenerating based on 655211244cbdae7e2b0cace7942afb0d63ea746f #1131

---
name: Verify API Definitions can be Mapped
on:
pull_request:
types: ['opened', 'synchronize']
paths:
- '.github/workflows/**'
- 'data/**'
jobs:
test:
runs-on: custom-linux-xl
strategy:
fail-fast: true
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Setup .NET
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
with:
dotnet-version: 7.0.x
- name: run unit tests
run: |
cd ./data
make test