Skip to content

Commit 55cffb4

Browse files
committed
r
1 parent ec8299b commit 55cffb4

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
name: dotnet package
1+
name: Test Runner
22

33
on: [push]
44

55
jobs:
6-
build:
7-
6+
test:
87
runs-on: ubuntu-latest
9-
strategy:
10-
matrix:
11-
dotnet-version: [ '3.1.x', '6.0.x' ]
12-
138
steps:
149
- uses: actions/checkout@v4
1510
- name: Setup .NET 8.x

0 commit comments

Comments
 (0)