Define the CI workflow that runs precommit (#16)
This commit is contained in:
@@ -17,6 +17,6 @@ MAX_STEPS_PER_RUN = 50
|
||||
# Control log level
|
||||
LOG_LEVEL=INFO
|
||||
# Database connection string
|
||||
DATABASE_STRING="postgresql+psycopg://skyvern-open-source@localhost/skyvern-open-source"
|
||||
DATABASE_STRING="postgresql+psycopg://skyvern@localhost/skyvern"
|
||||
# Port to run the agent on
|
||||
PORT=8000
|
||||
|
||||
Reference in New Issue
Block a user