Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: fix astra integration tests #3518

Merged
merged 11 commits into from
Aug 26, 2024
Prev Previous commit
Next Next commit
fix naming of env var
  • Loading branch information
jordanrfrazier authored and ogabrielluiz committed Aug 26, 2024
commit 3d4f63e2dd245640958be9317d41b09d844b7999
4 changes: 2 additions & 2 deletions .github/workflows/scheduled_integration_test.yml
Original file line number Diff line number Diff line change
@@ -25,13 +25,13 @@ jobs:
- "3.10"
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
ASTRA_DB_API_KEY: ${{ secrets.ASTRA_DB_API_KEY }}
ASTRA_DB_API_ENDPOINT: ${{ secrets.ASTRA_DB_API_ENDPOINT }}
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ inputs.branch != '' && inputs.branch || github.ref }}
ref: ${{ inputs.branch || github.ref }}
- name: Set up Python ${{ matrix.python-version }} + Poetry ${{ env.POETRY_VERSION }}
uses: "./.github/actions/poetry_caching"
with: