From 3cc0b1a748e7be1f955f7402733879872a0da2f9 Mon Sep 17 00:00:00 2001 From: Jan Nanista Date: Tue, 14 Jan 2025 09:59:50 -0800 Subject: [PATCH] debug: Variables --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 751849a4..b6bffc39 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -101,6 +101,11 @@ jobs: command: | echo "export SUPERSIM_RPC_URL_OP=$RPC_URL_OP_MAINNET" >> $BASH_ENV echo "export SUPERSIM_RPC_URL_BASE=$RPC_URL_BASE_MAINNET" >> $BASH_ENV + - run: + name: Debug variables + command: | + echo "$SUPERSIM_RPC_URL_OP" + echo "$SUPERSIM_RPC_URL_BASE" - run: name: Run tests command: just test-go