Skip to content

Commit 11a9b5c

Browse files
committed
Add SSL variant to job name.
1 parent 8a27f75 commit 11a9b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
SSL_JSON=[\"$(echo ${{ github.event.inputs.desktop_ssl_variants }} | sed 's/,/","/g')\"]
5353
echo "::set-output name=matrix_ssl::${SSL_JSON}"
5454
tests:
55-
name: ${{ matrix.os }}-${{ matrix.target_platform }}
55+
name: ${{ matrix.os }}-${{ matrix.target_platform }}-${{ matrix.ssl_variant }}
5656
needs: prepare_matrix
5757
runs-on: ${{ matrix.os }}
5858
strategy:

0 commit comments

Comments
 (0)