diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c0e27c1..2d13b39 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -114,5 +114,4 @@ jobs: if: steps.check-key.outputs.api_key_available == 'false' run: | echo "🔒 Simulation tests skipped (no API keys configured)" - echo "To enable simulation tests, add GEMINI_API_KEY and/or OPENAI_API_KEY as repository secrets" - + echo "To enable simulation tests, add GEMINI_API_KEY and/or OPENAI_API_KEY as repository secrets" \ No newline at end of file