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 0ba187f commit b25e136Copy full SHA for b25e136
.github/workflows/test-client.yml
@@ -284,6 +284,7 @@ jobs:
284
rm -f v2/db/immutable/00011.chunk
285
echo "tampered chunk 5" > v2/db/immutable/00005.chunk
286
echo "tampered primary 9" > v2/db/immutable/00009.primary
287
+ echo "tampered primary 8 without checking it to see if CI fails" > v2/db/immutable/00008.primary
288
echo "tampered outside verification range" > v2/db/immutable/00012.chunk
289
./mithril-client ${{ steps.prepare.outputs.debug_level }} --origin-tag CI cardano-db verify --end 10 --backend v2 --db-dir v2/db $CARDANO_DATABASE_V2_SNAPSHOT_HASH
290
# Check missing files in immutables_verification_error-*.json
0 commit comments