Change pipeline workflow #192
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 GitHub Actions / .NETInvalid workflow file
|
||
e2e-tests: | ||
uses: ./.github/workflows/workflow-e2e-tests.yml |