Skip to content

chore(deps): bump TUnit.Core from 0.4.99 to 0.4.105 #1039

chore(deps): bump TUnit.Core from 0.4.99 to 0.4.105

chore(deps): bump TUnit.Core from 0.4.99 to 0.4.105 #1039

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
inputs:
dotnet-logging:
required: true
type: choice
default: minimal
options:
- quiet
- minimal
- normal
- detailed
- diagnostic
jobs:
all:
name: Build & Tests
uses: dailydevops/pipelines/.github/workflows/[email protected]

Check failure on line 24 in .github/workflows/cicd.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cicd.yml

Invalid workflow file

error parsing called workflow ".github/workflows/cicd.yml" -> "dailydevops/pipelines/.github/workflows/[email protected]" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
dotnet-logging: ${{ inputs.dotnet-logging }}
dotnet-version: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
enableSonarQube: true
solution: ./Extensions.Test.sln
secrets: inherit