Skip to content

Commit

Permalink
chore: add descriptive names for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
muety committed May 20, 2022
1 parent 69d3e04 commit 34bc38c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
test:
name: 'Unit- & API tests'
runs-on: ubuntu-latest
steps:

Expand All @@ -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
Expand Down Expand Up @@ -74,6 +75,8 @@ jobs:
sarif_file: mapi.sarif

build:
name: 'Build (Win, Linux, Mac)'

strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
docker-publish:
name: 'Build and publish Docker image'
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -7,7 +7,8 @@ on:

jobs:
release:
name: Release
name: 'Build, package and release to GitHub'

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 34bc38c

Please sign in to comment.