Skip to content

Commit

Permalink
shorten CI names
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Mar 2, 2024
1 parent 131a8bc commit 25ac152
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and run unit tests
name: Build & test
on:
push:
branches:
Expand All @@ -17,7 +17,7 @@ jobs:

build-and-test-linux:
needs: Get-CI-Image-Tag
name: Build the plugin and run unit tests
name: Build & test
runs-on: ubuntu-latest
container:
image: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-version-linux }}
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
# TODO: once github actions supports windows and macos docker containers, we can
# merge these in to the above step's matrix.
build-and-test-windows-macos:
name: Build the plugin and run unit tests
name: Build & test
strategy:
matrix:
os: [macos-latest, windows-latest]
Expand Down

0 comments on commit 25ac152

Please sign in to comment.