diff --git a/.github/workflows/continous-integration-docker.yml b/.github/workflows/continous-integration-docker.yml index bbce29d87..65a891f56 100644 --- a/.github/workflows/continous-integration-docker.yml +++ b/.github/workflows/continous-integration-docker.yml @@ -606,7 +606,7 @@ jobs: root_state_path: '/var/cache' zebra_state_dir: 'zebrad-cache' lwd_state_dir: 'lwd-cache' - height_grep_text: '(current_height.*=.*Height.*\()|(Adding block to cache )' + height_grep_text: 'Adding block to cache ' secrets: inherit # We want to prevent multiple lightwalletd full syncs running at the same time, # but we don't want to cancel running syncs on `main` if a new PR gets merged, @@ -643,7 +643,7 @@ jobs: root_state_path: '/var/cache' zebra_state_dir: 'zebrad-cache' lwd_state_dir: 'lwd-cache' - height_grep_text: '(current_height.*=.*Height.*\()|(Adding block to cache )' + height_grep_text: 'Adding block to cache ' secrets: inherit # Test that Zebra can answer a synthetic RPC call, using a cached Zebra tip state