Skip to content

Commit

Permalink
fix(e2e): clone nitro testnode in workspace root
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfertel committed May 29, 2024
1 parent 365a4b0 commit 769fdc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/nitro-testnode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

MYDIR=$(realpath "$(dirname "$0")")
cd "$MYDIR" || exit
cd ..

HAS_INIT=false
HAS_DETACH=false
Expand Down Expand Up @@ -55,4 +56,4 @@ then
./test-node.bash --detach
else
./test-node.bash
fi
fi

0 comments on commit 769fdc0

Please sign in to comment.