chore(test): Shorten job name for test-matrix-sdk-crypto-nodejs.

In the Github UI, we can only see:

    🐧 [m]-crypto-nodejs, Node.js…

What interests us is the Node.js version number.
This commit is contained in:
Ivan Enderlin
2022-06-22 14:58:19 +02:00
parent 2ffcc1a415
commit 3da737b9e2
+1 -1
View File
@@ -19,7 +19,7 @@ env:
jobs:
test-matrix-sdk-crypto-nodejs:
name: ${{ matrix.os-name }} [m]-crypto-nodejs, Node.js ${{ matrix.node-version }}
name: ${{ matrix.os-name }} [m]-crypto-nodejs, v${{ matrix.node-version }}
if: github.event_name == 'push' || !github.event.pull_request.draft
runs-on: ${{ matrix.os }}