- fix wrong usage of name

pull/32/head
Simon G 6 years ago committed by GitHub
parent 3653c4a1f0
commit 6cf50a78ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/ci.yml

@ -4,17 +4,17 @@ on: [push]
jobs:
build:
Name: Build
- name: Build
runs-on: windows-latest
steps:
- name: Checkout
- uses: actions/checkout@v1
uses: actions/checkout@v1
- name: Build
run: dotnet build
test:
Name: Test
- name: Test
needs: build
runs-on: windows-latest

Loading…
Cancel
Save