Skip to content

IPX800 v5 parser returns empty list instead of throwing exception when GetOutputs JSON response is empty #32

IPX800 v5 parser returns empty list instead of throwing exception when GetOutputs JSON response is empty

IPX800 v5 parser returns empty list instead of throwing exception when GetOutputs JSON response is empty #32

Workflow file for this run

name: "Pull Request"
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
init:
uses: elendil-software/github-actions/.github/workflows/init-workflow.yml@main
gitversion:
needs: init
uses: elendil-software/github-actions/.github/workflows/gitversion.yml@main
with:
config: './.github/GitVersion.yml'
build:
needs: gitversion
uses: elendil-software/github-actions/.github/workflows/dotnet-build.yml@main