Skip to content

Commit 9283a8c

Browse files
authored
switch side by side testing example to single setup step (#283)
1 parent 53d632b commit 9283a8c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,9 @@ jobs:
8181
- name: Setup dotnet
8282
uses: actions/setup-dotnet@v2
8383
with:
84-
dotnet-version: '2.1.x'
85-
- name: Setup dotnet
86-
uses: actions/setup-dotnet@v2
87-
with:
88-
dotnet-version: '3.1.x'
84+
dotnet-version: |
85+
2.1.x
86+
3.1.x
8987
- run: dotnet build <my project>
9088
- run: dotnet test <my project>
9189
```

0 commit comments

Comments
 (0)