Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Move to repo root in contracts/scripts/test.sh
  • Loading branch information
obrok committed Mar 9, 2023
commit 901df667df29d041548b8a3d5a23afc152190c9c
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