From 3da737b9e2c32ac0184fd0a775182a13638426fa Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Wed, 22 Jun 2022 14:58:19 +0200 Subject: [PATCH] chore(test): Shorten job name for `test-matrix-sdk-crypto-nodejs`. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In the Github UI, we can only see: 🐧 [m]-crypto-nodejs, Node.js… What interests us is the Node.js version number. --- .github/workflows/bindings_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bindings_ci.yml b/.github/workflows/bindings_ci.yml index 89d9f620a..829e83575 100644 --- a/.github/workflows/bindings_ci.yml +++ b/.github/workflows/bindings_ci.yml @@ -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 }}