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 8a27f75 commit 11a9b5cCopy full SHA for 11a9b5c
.github/workflows/integration_tests.yml
@@ -52,7 +52,7 @@ jobs:
52
SSL_JSON=[\"$(echo ${{ github.event.inputs.desktop_ssl_variants }} | sed 's/,/","/g')\"]
53
echo "::set-output name=matrix_ssl::${SSL_JSON}"
54
tests:
55
- name: ${{ matrix.os }}-${{ matrix.target_platform }}
+ name: ${{ matrix.os }}-${{ matrix.target_platform }}-${{ matrix.ssl_variant }}
56
needs: prepare_matrix
57
runs-on: ${{ matrix.os }}
58
strategy:
0 commit comments