Skip to content

Commit

Permalink
ci: display Docker base image on test name
Browse files Browse the repository at this point in the history
  • Loading branch information
markosamuli committed Feb 17, 2023
1 parent 004983f commit 7aaa59f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
distrib: [ubuntu]
release: [focal, jammy, bionic]

name: Test - ${{ matrix.distrib }} ${{ matrix.release }}
name: Test on ${{ matrix.distrib }}:${{ matrix.release }}
env:
DISTRIB: ${{ matrix.distrib }}
RELEASE: ${{ matrix.release }}
Expand All @@ -77,7 +77,7 @@ jobs:
distrib: [debian]
release: [bullseye, buster]

name: Test - ${{ matrix.distrib }} ${{ matrix.release }}
name: Test on ${{ matrix.distrib }}:${{ matrix.release }}
env:
DISTRIB: ${{ matrix.distrib }}
RELEASE: ${{ matrix.release }}
Expand All @@ -94,7 +94,7 @@ jobs:
distrib: [fedora]
release: [37]

name: Test - ${{ matrix.distrib }} ${{ matrix.release }}
name: Test on ${{ matrix.distrib }}:${{ matrix.release }}
env:
DISTRIB: ${{ matrix.distrib }}
RELEASE: ${{ matrix.release }}
Expand Down

0 comments on commit 7aaa59f

Please sign in to comment.