Skip to content

Bump xunit from 2.7.1 to 2.8.1 #300

Bump xunit from 2.7.1 to 2.8.1

Bump xunit from 2.7.1 to 2.8.1 #300

Workflow file for this run

name: ci
on:
workflow_dispatch:
inputs:
BuildConfiguration:
type: choice
description: Build Configuration
required: true
default: Release
options:
- Release
- Debug
PublishPreview:
type: string
description: Publish preview branch?
required: true
default: "false"
push:
branches-ignore:
- "preview/**"
paths-ignore:
- ".azure-pipelines/**"
- LICENSE
- README.md
pull_request:
branches: [main]
types: [opened, synchronize, reopened]
jobs:
ci:
uses: f2calv/gha-workflows/.github/workflows/dotnet-publish-nuget.yml@v1

Check failure on line 32 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 32, Col: 11): Error from called workflow f2calv/gha-workflows/.github/workflows/dotnet-publish-nuget.yml@v1 (Line: 53, Col: 12): Job 'SonarQube' depends on unknown job 'build'.
with:
BuildConfiguration: ${{ github.event.inputs.BuildConfiguration }}
PublishPreview: ${{ github.event.inputs.PublishPreview }}
secrets:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}