Skip to content

Commit 25ac152

Browse files
committed
shorten CI names
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
1 parent 131a8bc commit 25ac152

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and run unit tests
1+
name: Build & test
22
on:
33
push:
44
branches:
@@ -17,7 +17,7 @@ jobs:
1717

1818
build-and-test-linux:
1919
needs: Get-CI-Image-Tag
20-
name: Build the plugin and run unit tests
20+
name: Build & test
2121
runs-on: ubuntu-latest
2222
container:
2323
image: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-version-linux }}
@@ -47,7 +47,7 @@ jobs:
4747
# TODO: once github actions supports windows and macos docker containers, we can
4848
# merge these in to the above step's matrix.
4949
build-and-test-windows-macos:
50-
name: Build the plugin and run unit tests
50+
name: Build & test
5151
strategy:
5252
matrix:
5353
os: [macos-latest, windows-latest]

0 commit comments

Comments
 (0)