Replies: 1 comment
-
The install script is independent of any invocations of the CLI itself, so setting the token in the environment for the install script wouldn't change the way those CLI invocations work. If you download and look at the script, you won't see any mentions of TURSO_API_TOKEN - it's just not used at all. If you want to set the token for the CLI, you'd probably want to do that in every workflow step that actually runs the I just checked by running it myself, and |
Beta Was this translation helpful? Give feedback.
-
Hey,
is there an easy way to run
turso
(andturso dev
specifically) within a Github workflow?Install fails when doing:
btw,
TURSO_API_TOKEN
does not seem to be taken into account by the install script.Also,
turso dev
asks for a sqld instance though the docs says it embeds its own instance.The goal is to execute
turso
in my workflow to run tests. I guess a docker image would be the solution (running it as a service container).Happy to create an issue if needed
Beta Was this translation helpful? Give feedback.
All reactions