Skip to content

Commit 01146da

Browse files
committed
[CI] Add check-samples.yml to main CI (clean up names)
Signed-off-by: onobc <chris.bono@gmail.com>
1 parent b78e7cb commit 01146da

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/check-samples.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ env:
2424

2525
jobs:
2626
prerequisites:
27-
name: Pre-requisites for building
2827
runs-on: ubuntu-latest
2928
if: github.repository == 'spring-projects/spring-pulsar'
3029
outputs:
@@ -47,7 +46,6 @@ jobs:
4746
pulsarVersion=$(cat gradle/libs.versions.toml | grep "pulsar = \"" | cut -d '"' -f2)
4847
echo "pulsar_version=$pulsarVersion" >>$GITHUB_OUTPUT
4948
check_samples:
50-
name: Check Samples project
5149
needs: [prerequisites]
5250
strategy:
5351
matrix:
@@ -97,7 +95,7 @@ jobs:
9795
with:
9896
java-version: ${{ matrix.javaVersion }}
9997
distribution: 'liberica'
100-
- name: Check samples (Java {{ matrix.javaVersion }})
98+
- name: Check samples (Java ${{ matrix.javaVersion }})
10199
env:
102100
LOCAL_REPOSITORY_PATH: ${{ github.workspace }}/build/publications/repos
103101
VERSION: ${{ matrix.springPulsarVersion }}

0 commit comments

Comments
 (0)