Skip to content

Commit

Permalink
Use full path to fauna.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Griffin committed Nov 20, 2024
1 parent 498619e commit cde3f15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ cp ./test/local-project .fauna-project

echo "Copied .fauna-project"

fauna endpoint add local --url "$LOCAL_ENDPOINT" --secret "$SECRET"
/usr/local/bin/fauna endpoint add local --url "$LOCAL_ENDPOINT" --secret "$SECRET"
echo "Added local endpoint"
fauna endpoint select local
/usr/local/bin/fauna endpoint select local
echo "Selected local endpoint"

fauna create-database "$DB_NAME"
/usr/local/bin/fauna create-database "$DB_NAME"

0 comments on commit cde3f15

Please sign in to comment.