pull/57/head
Simon G 4 years ago committed by GitHub
parent e6109b1099
commit 3984c1fdd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/ci.yml

@ -24,6 +24,9 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v1 uses: actions/checkout@v1
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Run tests - name: Run tests
run: dotnet test run: dotnet test

Loading…
Cancel
Save