File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - uses : actions/checkout@v4
14- with :
15- ref : ${{ github.event.pull_request.head.sha }}
16-
171418- env :
15+ env :
1916 OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
2017 with :
2118 path : ' .'
5653 module: "noop"
5754
585559- env :
56+ env :
6057 OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
6158 with :
6259 path : ' .'
@@ -195,13 +192,13 @@ jobs:
195192 cat run.yaml
196193
197194 - name : Run service manually
198- env :
195+ env :
199196 OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
200197 run : |
201198 # Debug: Check if environment variable is available for docker-compose
202199 echo "OPENAI_API_KEY is set: $([ -n "$OPENAI_API_KEY" ] && echo 'YES' || echo 'NO')"
203200 echo "OPENAI_API_KEY length: ${#OPENAI_API_KEY}"
204-
201+
205202 docker compose --version
206203 docker compose up -d
207204
@@ -226,4 +223,4 @@ jobs:
226223 uv sync
227224
228225 echo "Running comprehensive e2e test suite..."
229- make test-e2e
226+ make test-e2e
You can’t perform that action at this time.
0 commit comments