Skip to content

Commit

Permalink
ci: skip integration tests during release process (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi authored Apr 24, 2024
1 parent daf07d1 commit 27dafbf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,13 @@ 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 }}
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 }}
# run: make integration_tests
# working-directory: ${{ inputs.working-directory }}

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

0 comments on commit 27dafbf

Please sign in to comment.