Skip to content

OpenAPI 3.0.3 and 3.1 full support #1234

OpenAPI 3.0.3 and 3.1 full support

OpenAPI 3.0.3 and 3.1 full support #1234

Workflow file for this run

name: Pode CI Coverage
on:
push:
branches:
- 'master'
- 'develop'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check PowerShell version
shell: pwsh
run: |
$PSVersionTable.PSVersion
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Install Invoke-Build
shell: pwsh
run: |
Install-Module -Name InvokeBuild -RequiredVersion '5.10.5' -Force
- name: Run Pester Tests
shell: pwsh
env:
PODE_COVERALLS_TOKEN: ${{ secrets.PODE_COVERALLS_TOKEN }}
PODE_RUN_CODE_COVERAGE: false
run: |
Invoke-Build Test