Skip to content

Commit

Permalink
Update unitTests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyan-plivo authored Oct 3, 2023
1 parent bd7b72b commit 5cd7f27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
dotnet-version: ['2.1.x']
dotnet-version: ['3.1.x']
os: [ubuntu-18.04]
steps:
- uses: actions/checkout@v2
Expand All @@ -22,9 +22,9 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: "Install and run tests 2.1.300"
if: ${{ matrix.dotnet-version == '2.1.x' }}
- name: "Install and run tests 3.1.22"
if: ${{ matrix.dotnet-version == '3.1.x' }}
run: |
dotnet test --framework netcoreapp2.0 tests_netcore/Plivo.NetCore.Test/Plivo.NetCore.Test.csproj;
env:
DOTNETCORE: 2
DOTNETCORE: 3

0 comments on commit 5cd7f27

Please sign in to comment.