runs-on: ubuntu-latest timeout-minutes: 30 env: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} steps: - uses: actions/checkout@v4 @@ -40,6 +38,8 @@ jobs: # Optional: Add step to run tests here (PyTest, Django test suites, etc.) - name: Run tests with pytest env: OPENA...