Skip to content

Commit

Permalink
Create test-dotnet.yml (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromoh committed Jul 5, 2023
1 parent 60dfd7e commit 9056be7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test-dotnet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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:
dotnet-version: |
2.1.x
3.1.x
5.0.x
6.0.x
7.0.x
- run: dotnet test test/test.csproj

0 comments on commit 9056be7

Please sign in to comment.