Skip to content

Change pipeline workflow #192

Change pipeline workflow

Change pipeline workflow #192

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:
uses: ./.github/workflows/workflow-build.yml
tests:
uses: ./.github/workflows/workflow-tests.yml

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

View workflow run for this annotation

GitHub Actions / .NET

Invalid workflow file

The workflow is not valid. In .github/workflows/dotnet.yml (Line: 17, Col: 11): Error from called workflow VisualNodeDev/NodeDev/.github/workflows/workflow-tests.yml@b9a7fbfdb30e2b61a1e31fedd3da190299ac5eed (Line: 7, Col: 5): The workflow must contain at least one job with no dependencies.
e2e-tests:
uses: ./.github/workflows/workflow-e2e-tests.yml