Skip to content

Commit

Permalink
or test
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarof2 committed Apr 15, 2024
1 parent b32e9d4 commit c12930f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ jobs:
export IMPL_SALT=$(openssl rand -hex 32)
cd packages/contracts-bedrock
./scripts/getting-started/config.sh
if [ $SIMULATE ]
if [ -z "${SIMULATE}" || $SIMULATE ]
then
forge script scripts/Deploy.s.sol:Deploy --private-key $GS_ADMIN_PRIVATE_KEY --rpc-url $L1_RPC_URL --slow
else
echo "--broadcast"
echo "broadcast"
# forge script scripts/Deploy.s.sol:Deploy --private-key $GS_ADMIN_PRIVATE_KEY --broadcast --rpc-url $L1_RPC_URL --slow
fi
env:
Expand Down

0 comments on commit c12930f

Please sign in to comment.