Skip to content

Commit

Permalink
only run for sc
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 4, 2024
1 parent 3768610 commit bff166e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/run-ee-server/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,11 @@ runs:
is-security-enabled: ${{ inputs.feature-to-enable == 'security' }}

- run: docker exec ${{ env.CONTAINER_NAME }} asadm --enable --execute "manage revive ns test"
if: ${{ inputs.feature-to-enable == 'strong-consistency' }}
shell: bash

- run: docker exec ${{ env.CONTAINER_NAME }} asadm --enable --execute "manage recluster"
if: ${{ inputs.feature-to-enable == 'strong-consistency' }}
shell: bash

# For debugging
Expand Down

0 comments on commit bff166e

Please sign in to comment.