Skip to content

Commit

Permalink
Fix pre-release-test (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjakob authored Apr 9, 2024
1 parent 7309c7f commit 9e94228
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,7 @@ jobs:
run: make tests
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 9e94228

Please sign in to comment.