Skip to content

Commit 57d0b70

Browse files
committed
Change CI names
1 parent 734c830 commit 57d0b70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup build
3838
uses: ./smithy-kotlin/.github/actions/setup-build
3939

40-
- name: Build and Test ${{ env.PACKAGE_NAME }} on JVM
40+
- name: Build and Test on JVM
4141
working-directory: ./smithy-kotlin
4242
shell: bash
4343
run: |
@@ -60,7 +60,7 @@ jobs:
6060
- name: Setup build
6161
uses: ./smithy-kotlin/.github/actions/setup-build
6262

63-
- name: Build and Test ${{ env.PACKAGE_NAME }} on Apple platforms
63+
- name: Build and Test on Apple platforms
6464
working-directory: ./smithy-kotlin
6565
shell: bash
6666
run: |
@@ -95,7 +95,7 @@ jobs:
9595
run: |
9696
./aws-crt-kotlin/docker-images/build-all.sh
9797
98-
- name: Build and Test ${{ env.PACKAGE_NAME }} on Linux with Cross-Compile
98+
- name: Build and Test on Linux with Cross-Compile
9999
working-directory: ./smithy-kotlin
100100
shell: bash
101101
run: |
@@ -124,7 +124,7 @@ jobs:
124124
- name: Setup build
125125
uses: ./smithy-kotlin/.github/actions/setup-build
126126

127-
- name: Build and Test ${{ env.PACKAGE_NAME }} on Windows JVM
127+
- name: Build and Test on Windows JVM
128128
working-directory: ./smithy-kotlin
129129
run: |
130130
./gradlew apiCheck

0 commit comments

Comments
 (0)