File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments