Skip to content

Commit

Permalink
re-enable int. tests in the release flow (tentatively)
Browse files Browse the repository at this point in the history
  • Loading branch information
hemidactylus committed May 27, 2024
1 parent 9353e41 commit 57ad76c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,15 @@ jobs:
run: make tests
working-directory: ${{ inputs.working-directory }}

# - name: Run integration tests
# env:
# ASTRA_DB_API_ENDPOINT: ${{ secrets.ASTRA_DB_API_ENDPOINT }}
# ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
# ASTRA_DB_KEYSPACE: ${{ secrets.ASTRA_DB_KEYSPACE }}
# SHARED_SECRET_NAME_OPENAI: ${{ secrets.SHARED_SECRET_NAME_OPENAI }}
# OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
# run: make integration_tests
# working-directory: ${{ inputs.working-directory }}
- name: Run integration tests
env:
ASTRA_DB_API_ENDPOINT: ${{ secrets.ASTRA_DB_API_ENDPOINT }}
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
ASTRA_DB_KEYSPACE: ${{ secrets.ASTRA_DB_KEYSPACE }}
SHARED_SECRET_NAME_OPENAI: ${{ secrets.SHARED_SECRET_NAME_OPENAI }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: make integration_tests
working-directory: ${{ inputs.working-directory }}

- name: Get minimum versions
working-directory: ${{ inputs.working-directory }}
Expand Down

0 comments on commit 57ad76c

Please sign in to comment.