From 34bc38cecfe8938c38c4bfb0f877a6057d931cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferdinand=20M=C3=BCtsch?= Date: Fri, 20 May 2022 09:34:54 +0200 Subject: [PATCH] chore: add descriptive names for workflows --- .github/workflows/ci.yml | 5 ++++- .github/workflows/docker.yml | 1 + .github/workflows/release.yml | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49b4cc0..3d92d66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ on: jobs: test: + name: 'Unit- & API tests' runs-on: ubuntu-latest steps: @@ -31,7 +32,7 @@ jobs: ./testing/run_api_tests.sh mapi: - name: 'Mayhem for API' + name: 'Automated pen-tests with Mayhem for API' runs-on: ubuntu-latest steps: - name: Set up Go 1.x @@ -74,6 +75,8 @@ jobs: sarif_file: mapi.sarif build: + name: 'Build (Win, Linux, Mac)' + strategy: matrix: platform: [ubuntu-latest, macos-latest, windows-latest] diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 350c198..58b7d8c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -8,6 +8,7 @@ on: jobs: docker-publish: + name: 'Build and publish Docker image' runs-on: ubuntu-latest steps: - name: Set up QEMU diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index beb69a7..3a2a8b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,8 @@ on: jobs: release: - name: Release + name: 'Build, package and release to GitHub' + strategy: fail-fast: false matrix: