We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7bfde2 commit be545daCopy full SHA for be545da
1 file changed
.github/workflows/create-test-matrices/action.yml
@@ -83,7 +83,7 @@ runs:
83
run: |
84
SERVERS=`jq length <<< '${{ steps.load-server-matrix.outputs.server-matrix }}'`
85
if [[ $SERVERS == 0 ]]; then
86
- echo "Server matrix is empty!"
+ echo "Server version matrix is empty!"
87
exit 1
88
fi
89
HOSTS=`jq length <<< '${{ steps.load-os-matrix.outputs.os-matrix }}'`
@@ -93,6 +93,6 @@ runs:
93
94
LANGS=`jq length <<< '${{ steps.create-lang-version-matrix.outputs.version-matrix }}'`
95
if [[ $LANGS == 0 ]]; then
96
- echo "Language matrix is empty!"
+ echo "Dotnet version matrix is empty!"
97
98
0 commit comments