Skip to content

Commit

Permalink
debug: Variables
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Jan 14, 2025
1 parent 404a077 commit 3cc0b1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cc0b1a

Please sign in to comment.