Skip to content

Commit

Permalink
CI: shorter job names for better readablility on github.com
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Sep 15, 2023
1 parent b6b70d6 commit 9c0e4de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binary-gems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
job_build_x64:
name: build
name: Build
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
path: pkg/*.gem

job_test_binary:
name: Test on Windows
name: Test
needs: job_build_x64
strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/source-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
job_build_gem:
name: build
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -28,7 +28,7 @@ jobs:
path: "*.gem"

job_test_gem:
name: Test built gem
name: Test
needs: job_build_gem
strategy:
fail-fast: false
Expand Down

0 comments on commit 9c0e4de

Please sign in to comment.