Skip to content

Commit 95a9b7f

Browse files
committed
ci(test-client): simplify jobs naming
To allow easier reading of matrix names when running
1 parent 8b3e5ef commit 95a9b7f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-client.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
echo 'available_cardano_database_backends=["v1"]' >> $GITHUB_OUTPUT
120120
fi
121121
122-
test-binaries:
122+
bin:
123123
needs: [prepare]
124124
strategy:
125125
fail-fast: false
@@ -240,7 +240,7 @@ jobs:
240240
working-directory: ./bin
241241
run: ./mithril-client --origin-tag CI cardano-db snapshot show $CARDANO_DATABASE_V2_SNAPSHOT_HASH
242242

243-
test-binaries-cdb-download:
243+
bin-cdb-download:
244244
needs: [prepare]
245245
strategy:
246246
fail-fast: false
@@ -329,7 +329,7 @@ jobs:
329329
# check that non-verifiable-files list is empty
330330
jq -e '.["non-verifiable-files"] | length == 0' immutables_verification_error-*.json || { echo "ERROR: non-verifiable-files is not empty!"; exit 1; }
331331
332-
test-docker:
332+
docker:
333333
needs: [prepare]
334334
strategy:
335335
fail-fast: false
@@ -433,7 +433,7 @@ jobs:
433433
shell: bash
434434
run: ${{ steps.command.outputs.mithril_client }} --origin-tag CI cardano-db snapshot show $CARDANO_DATABASE_V2_SNAPSHOT_HASH
435435

436-
test-docker-cdb-download:
436+
docker-cdb-download:
437437
needs: [prepare]
438438
strategy:
439439
fail-fast: false
@@ -487,7 +487,7 @@ jobs:
487487
shell: bash
488488
run: ${{ steps.command.outputs.mithril_client }} ${{ needs.prepare.outputs.debug_level }} --origin-tag CI cardano-db verify --db-dir /app/data/v2/db ${{ steps.last_snapshot.outputs.hash }}
489489

490-
test-mithril-client-wasm:
490+
wasm:
491491
needs: [prepare]
492492
strategy:
493493
fail-fast: false

0 commit comments

Comments
 (0)