Skip to content

Commit

Permalink
test: test script from relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
notdanilo committed Nov 29, 2024
1 parent 5283112 commit 7278d99
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
set -e
SCRIPT_DIR=$(dirname "$0")
PROJECT_DIR="$SCRIPT_DIR/.."
pushd "$PROJECT_DIR"
cp tests/keys/* target/deploy/
bolt test
bolt test
popd

0 comments on commit 7278d99

Please sign in to comment.