Skip to content

Commit

Permalink
switch side by side testing example to single setup step (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamralph committed Apr 11, 2022
1 parent 53d632b commit 9283a8c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,9 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v2
with:
dotnet-version: '2.1.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v2
with:
dotnet-version: '3.1.x'
dotnet-version: |
2.1.x
3.1.x
- run: dotnet build <my project>
- run: dotnet test <my project>
```
Expand Down

0 comments on commit 9283a8c

Please sign in to comment.