File tree 1 file changed +11
-1
lines changed 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 57
57
58
58
- name : Setup local database with seed data
59
59
run : |
60
- cp .env.sample .env
61
60
python ./src/backend/fastapi_app/setup_postgres_database.py
62
61
python ./src/backend/fastapi_app/setup_postgres_seeddata.py
62
+ env :
63
+ POSTGRES_HOST : localhost
64
+ POSTGRES_USERNAME : admin
65
+ POSTGRES_PASSWORD : postgres
66
+ POSTGRES_DATABASE : postgres
67
+ POSTGRES_SSL : disable
63
68
64
69
- name : Setup node
65
70
uses : actions/setup-node@v4
@@ -113,6 +118,11 @@ jobs:
113
118
AZURE_OPENAI_EMBED_MODEL : ${{ vars.AZURE_OPENAI_EMBED_MODEL }}
114
119
AZURE_OPENAI_EMBED_DIMENSIONS : ${{ vars.AZURE_OPENAI_EMBED_DIMENSIONS }}
115
120
AZURE_OPENAI_EMBEDDING_COLUMN : ${{ vars.AZURE_OPENAI_EMBEDDING_COLUMN }}
121
+ POSTGRES_HOST : localhost
122
+ POSTGRES_USERNAME : admin
123
+ POSTGRES_PASSWORD : postgres
124
+ POSTGRES_DATABASE : postgres
125
+ POSTGRES_SSL : disable
116
126
- name : Evaluate local RAG flow
117
127
run : |
118
128
python evals/evaluate.py
You can’t perform that action at this time.
0 commit comments