Skip to content

Grishina/ef commands metrics #261

Grishina/ef commands metrics

Grishina/ef commands metrics #261

Workflow file for this run

name: Pull request
on: pull_request
env:
NETCORE_VERSION: '6.0'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup .NET Core SDK ${{ env.NETCORE_VERSION }}
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ env.NETCORE_VERSION }}
- name: Check License Lines
uses: kt3k/[email protected]
- name: Build And Run Tests
run: dotnet test src/DiagnosticContext.sln --configuration Release