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:
push:
@ -7,7 +7,7 @@ on:
jobs:
build:
name: Build for ${{matrix.artifact}}
name: "${{matrix.artifact}}'s Build"
runs-on: ${{matrix.os}}
strategy:
fail-fast: false

View File

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