Skip to content

Commit

Permalink
Fix pre-release-test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjakob committed Apr 9, 2024
1 parent 7309c7f commit b56a550
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,7 @@ jobs:
working-directory: ${{ inputs.working-directory }}

- name: Run integration tests
env:
ES_API_KEY: ${{ secrets.ES_API_KEY }}
ES_CLOUD_ID: ${{ secrets.ES_CLOUD_ID }}
ES_URL: ${{ secrets.ES_URL }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: make integration_tests
working-directory: ${{ inputs.working-directory }}
uses: ./.github/workflows/_integration_test.yml

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

0 comments on commit b56a550

Please sign in to comment.