Skip to content

Commit

Permalink
Cleanup in ci bash
Browse files Browse the repository at this point in the history
  • Loading branch information
yahgwai committed Sep 2, 2024
1 parent cf7feed commit 432f0ee
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/testnode.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,8 @@
# Start the test node and get PID, to terminate it once send-l2 is done.
cd ${GITHUB_WORKSPACE}

# while [[ $# -gt 0 ]]; do
# case $1 in
# --pos)
# pos=true
# shift
# ;;
# *)
# echo "Unknown option $1"
# exit 1
# ;;
# esac
# done


./test-node.bash "$@"

# # TODO once develop is merged into nitro-contract's master, remove the NITRO_CONTRACTS_BRANCH env var
# if [ "$pos" = true ]; then
# echo "Running with --pos"
# ./test-node.bash --init-force --l3node --no-simple --detach --pos
# else
# ./test-node.bash --init-force --l3node --no-simple --detach
# fi

if [ $? -ne 0 ]; then
echo "test-node.bash failed"
docker compose logs --tail=1000
Expand Down

0 comments on commit 432f0ee

Please sign in to comment.