Skip to content

Update test-dotnet.yml #477

Update test-dotnet.yml

Update test-dotnet.yml #477

Workflow file for this run

name: Validate dotnet
on: [ pull_request, push ]
jobs:
setup-version:
runs-on: ubuntu-latest
strategy:
fail-fast: false
name: dotnet test
steps:
- uses: actions/checkout@v2
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:

Check failure on line 15 in .github/workflows/test-dotnet.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-dotnet.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
dotnet-version: |
# 2.1.x
# 3.1.x
# 5.0.x
6.0.x
7.0.x
- run: dotnet test RecordParser.Test/RecordParser.Test.csproj