From d86896b8419d94b9ccb7989266cc813fb6848b2e Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 8 Mar 2022 12:16:48 +1000 Subject: [PATCH] fix(ci): revert a test job name change (#3774) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 942b88c1..91f88b1a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -331,7 +331,7 @@ jobs: # Test that Zebra syncs and fully validates a few thousand blocks from a cached post-checkpoint state test-stateful-sync: - name: Test validation sync from cached state + name: Test full validation sync from cached state runs-on: ubuntu-latest needs: [ build, regenerate-stateful-disks] steps: