Skip to content

Commit

Permalink
ci: rename jobs (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer authored Apr 2, 2024
1 parent 5b43e6b commit 02853e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
test:
name: Python ${{ matrix.python-version }} tests
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-22.04
strategy:
matrix:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
dev-setup:
# Ref: structlog (MIT License) <https://github.com/hynek/structlog/blob/main/.github/workflows/ci.yml>
name: Test dev setup on ${{ matrix.os }}
name: Install [dev] on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 02853e0

Please sign in to comment.