diff --git a/.github/actions/run-ee-server/action.yml b/.github/actions/run-ee-server/action.yml index 9e1b7ed25..662c2a050 100644 --- a/.github/actions/run-ee-server/action.yml +++ b/.github/actions/run-ee-server/action.yml @@ -49,6 +49,7 @@ runs: - name: Grab default aerospike.conf from EE server run: docker cp aerospike:/etc/aerospike/aerospike.conf ./configs/aerospike.conf + shell: bash - name: Stop EE server run: docker container stop aerospike