Skip to content

Commit

Permalink
Chore: update tests to nightly (since there are some fixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
mindreframer committed Dec 5, 2023
1 parent 03c6e7e commit ab3a380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/ci-docker-surreal-restart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if docker container ls -a --filter "name=$CONTAINER_NAME" | grep $CONTAINER_NAME
fi

echo "Starting container..."
docker run -d -v $DATA_PATH:/data --name $CONTAINER_NAME -p 8000:8000 surrealdb/surrealdb:latest start --user root --pass root --allow-scripting --allow-funcs -- "memory"
docker run -d -v $DATA_PATH:/data --name $CONTAINER_NAME -p 8000:8000 surrealdb/surrealdb:nightly start --user root --pass root --allow-scripting --allow-funcs -- "memory"

echo " "
echo "Container is running!"
Expand Down
2 changes: 1 addition & 1 deletion lib/surrealix_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ defmodule Surrealix.Test do
%{
"result" => %{
"action" => "DELETE",
"result" => "user:marcus"
"result" => %{"age" => 44, "id" => "user:marcus", "name" => "Marcus Aurelius"}
}
} = data3

Expand Down

0 comments on commit ab3a380

Please sign in to comment.