From a3f391a280f2cc2c870f698ac6a8af9d3ca76b79 Mon Sep 17 00:00:00 2001 From: Konstantin Astakhov Date: Tue, 5 Sep 2023 12:59:52 +0700 Subject: [PATCH] fix collator selection workflow for baedeker --- .github/workflows/collator-selection.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/collator-selection.yml b/.github/workflows/collator-selection.yml index 01fc21f333..68dfeabf2c 100644 --- a/.github/workflows/collator-selection.yml +++ b/.github/workflows/collator-selection.yml @@ -143,7 +143,7 @@ jobs: yarn install yarn add mochawesome # Wanted by both wait_for_first_block - export RPC_URL="${RELAY_SAPPHIRE_HTTP_URL:-${RELAY_OPAL_HTTP_URL:-${RELAY_QUARTZ_HTTP_URL:-${RELAY_UNIQUE_HTTP_URL:-}}}" + export RPC_URL="${RELAY_SAPPHIRE_HTTP_URL:-${RELAY_OPAL_HTTP_URL:-${RELAY_QUARTZ_HTTP_URL:-${RELAY_UNIQUE_HTTP_URL:-}}}}" ./scripts/wait_for_first_block.sh echo "Ready to start tests" NOW=$(date +%s) && yarn testCollators --reporter mochawesome --reporter-options reportFilename=test-collators-${NOW}