From 5376678d9d2b7ad159c519e4ccea0327f289516c Mon Sep 17 00:00:00 2001 From: doku88 Date: Tue, 5 Nov 2024 12:29:36 -0800 Subject: [PATCH] +1 secret & typo --- .github/workflows/github-actions-demo.yml | 1 + testing/upload_sync_test.py | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 23db064..fdc348f 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -28,6 +28,7 @@ jobs: SYNTH_API_KEY: ${{ secrets.SYNTH_API_KEY }} MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }} MODAL_TOKEN_SECRET: ${{ secrets.MODAL_TOKEN_SECRET }} + OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} run: echo "API keys are now available as environment variables" diff --git a/testing/upload_sync_test.py b/testing/upload_sync_test.py index e051e92..1529ea3 100644 --- a/testing/upload_sync_test.py +++ b/testing/upload_sync_test.py @@ -188,8 +188,7 @@ async def test_upload(show_payload: bool = False): # Run a sample agent using the async decorator and tracker if __name__ == "__main__": - assert 1 + 1 == 2 logger.info("Starting main execution") - asyncio.run(run_test()) + asyncio.run(test_upload()) logger.info("Main execution completed") logger.info("Check Supabase table traces for uploaded data use UPLOAD ID key to filter")