- fix -name usage of job name

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

@ -4,7 +4,7 @@ on: [push]
jobs: jobs:
build: build:
- name: Build name: Build
runs-on: windows-latest runs-on: windows-latest
steps: steps:
@ -14,7 +14,7 @@ jobs:
run: dotnet build run: dotnet build
test: test:
- name: Test name: Test
needs: build needs: build
runs-on: windows-latest runs-on: windows-latest

Loading…
Cancel
Save