Skip to content

Change pipeline workflow #193

Change pipeline workflow

Change pipeline workflow #193

Workflow file for this run

# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
name: .NET
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build-and-test:
uses: ./.github/workflows/workflow-build-and-test.yml

Check failure on line 14 in .github/workflows/dotnet.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dotnet.yml

Invalid workflow file

error parsing called workflow ".github/workflows/dotnet.yml" -> "./.github/workflows/workflow-build-and-test.yml" : failed to fetch workflow: workflow was not found.