Skip to content

Create tests.yml

Create tests.yml #1

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:
pull_request:
branches: [ "main" ]
jobs:
call-build:
uses: ./.github/workflows/build.yaml

Check failure on line 13 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

error parsing called workflow ".github/workflows/tests.yml" -> "./.github/workflows/build.yaml" : failed to fetch workflow: workflow was not found.
tests:
runs-on: ubuntu-latest
steps:
- name: Test
run: dotnet test --no-build --verbosity normal