fix(ci): revert a test job name change (#3774)
This commit is contained in:
parent
d718f1d922
commit
d86896b841
|
|
@ -331,7 +331,7 @@ jobs:
|
||||||
|
|
||||||
# Test that Zebra syncs and fully validates a few thousand blocks from a cached post-checkpoint state
|
# Test that Zebra syncs and fully validates a few thousand blocks from a cached post-checkpoint state
|
||||||
test-stateful-sync:
|
test-stateful-sync:
|
||||||
name: Test validation sync from cached state
|
name: Test full validation sync from cached state
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [ build, regenerate-stateful-disks]
|
needs: [ build, regenerate-stateful-disks]
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue