Skip to content

Commit

Permalink
Move to repo root in contracts/scripts/test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
obrok committed Mar 9, 2023
1 parent 8467455 commit 901df66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

set -euox pipefail

# Move to the root of the repo
cd "$(dirname -- "$(readlink -f -- "${BASH_SOURCE[@]}")")/../.."

export CONTRACTS_PATH
CONTRACTS_PATH=$(pwd)/contracts

Expand Down

0 comments on commit 901df66

Please sign in to comment.