Cleaning up workflow names

This commit is contained in:
Zoe Roux 2021-04-17 01:53:36 +02:00
parent 73d20ac3e2
commit 962e5e929c
2 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
name: Release the application name: Build
on: on:
push: push:
@ -7,7 +7,7 @@ on:
jobs: jobs:
build: build:
name: Build for ${{matrix.artifact}} name: "${{matrix.artifact}}'s Build"
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
strategy: strategy:
fail-fast: false fail-fast: false

View File

@ -1,12 +1,10 @@
name: Run unit tests name: Testing
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Setup .NET - name: Setup .NET