Skip to content

Commit

Permalink
change tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed Mar 17, 2021
1 parent 6930747 commit bb21859
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/workflow.yml
Expand Up @@ -111,9 +111,13 @@ jobs:
uses: ./
with:
dotnet-version: 2.2.x
- name: Setup dotnet 5.x
uses: ./
with:
dotnet-version: 5.x
- name: Verify dotnet
shell: pwsh
run: __tests__/verify-dotnet.ps1 3.1 2.2
run: __tests__/verify-dotnet.ps1 3.1 2.2 5

test-setup-with-wildcard:
runs-on: ${{ matrix.operating-system }}
Expand All @@ -135,9 +139,13 @@ jobs:
uses: ./
with:
dotnet-version: 2.2.*
- name: Setup dotnet 5.*
uses: ./
with:
dotnet-version: 5.*
- name: Verify dotnet
shell: pwsh
run: __tests__/verify-dotnet.ps1 3.1 2.2
run: __tests__/verify-dotnet.ps1 3.1 2.2 5

test-proxy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bb21859

Please sign in to comment.