Skip to content

Commit

Permalink
vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gartland committed Jan 9, 2024
1 parent 9c85c99 commit 20de8a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/bats/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ test-deploy:
echo "error: Missing executable $exe. Run \`just build\`." 1>&2
exit 1
fi
pip install -r ../setup/requirements.txt
export CONNECT_SERVER="$(python ../setup/connect_setup.py)"
export CONNECT_API_KEY="$(python ../setup/gen_apikey.py 'admin')"

EXE=$exe npm run contract

Expand All @@ -73,5 +76,5 @@ test:
echo "error: Missing executable $exe. Run \`just build\`." 1>&2
exit 1
fi

EXE=$exe npm run cli

0 comments on commit 20de8a2

Please sign in to comment.