We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131a8bc commit 25ac152Copy full SHA for 25ac152
.github/workflows/build-and-test.yml
@@ -1,4 +1,4 @@
1
-name: Build and run unit tests
+name: Build & test
2
on:
3
push:
4
branches:
@@ -17,7 +17,7 @@ jobs:
17
18
build-and-test-linux:
19
needs: Get-CI-Image-Tag
20
- name: Build the plugin and run unit tests
+ name: Build & test
21
runs-on: ubuntu-latest
22
container:
23
image: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-version-linux }}
@@ -47,7 +47,7 @@ jobs:
47
# TODO: once github actions supports windows and macos docker containers, we can
48
# merge these in to the above step's matrix.
49
build-and-test-windows-macos:
50
51
strategy:
52
matrix:
53
os: [macos-latest, windows-latest]
0 commit comments