Skip to content

Commit

Permalink
Disable integraion tests during release workflow (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: B-Step62 <[email protected]>
  • Loading branch information
B-Step62 authored Sep 26, 2024
1 parent 7ec9326 commit e049f24
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,10 @@ jobs:
run: make tests
working-directory: ${{ inputs.working-directory }}

- name: Run integration tests
run: make integration_tests
working-directory: ${{ inputs.working-directory }}
# Integration test is executed nightly in the separate private repository.
# - name: Run integration tests
# run: make integration_tests
# working-directory: ${{ inputs.working-directory }}

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

0 comments on commit e049f24

Please sign in to comment.