Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit 18ba089

Browse files
author
Anton Vorontsov
committed
Change naming in dotnetcore.yml. Removed matrix option.
1 parent c725a61 commit 18ba089

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
name: .NET Core workflow
1+
name: .NET Core
22

33
on: [push]
44

55
jobs:
6-
test:
6+
workflow:
77

8-
runs-on: ${{ matrix.os }}
9-
strategy:
10-
matrix:
11-
os: [macOS-latest, ubuntu-latest, windows-latest]
8+
runs-on: ubuntu-latest
129
steps:
1310
- uses: actions/checkout@v2
1411
- name: Setup .NET Core

0 commit comments

Comments
 (0)