Skip to content

Commit 62a9ac4

Browse files
committed
Changed dotnet version
1 parent 162116d commit 62a9ac4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Unit Tests
22

33
on:
4-
pull_request: { branches: [v2.4] }
4+
push:
5+
branches: [v2.4]
6+
pull_request:
7+
branches: [v2.4]
58

69
jobs:
710
build:
@@ -12,6 +15,6 @@ jobs:
1215
- name: Setup .NET Core
1316
uses: actions/setup-dotnet@v1
1417
with:
15-
dotnet-version: 3.1
18+
dotnet-version: '3.1.x'
1619
- name: Execute Tests
1720
run: dotnet test src/ -c Release

0 commit comments

Comments
 (0)