Define the CI workflow that runs precommit (#16)

This commit is contained in:
Kerem Yilmaz
2024-03-03 23:20:37 -08:00
committed by GitHub
parent dc8d0550b7
commit 6c57829d54
7 changed files with 144 additions and 6 deletions

View File

@@ -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