diff --git a/.github/workflows/deployment-test.yml b/.github/workflows/deployment-test.yml index c9a4e4c..2fe13bf 100644 --- a/.github/workflows/deployment-test.yml +++ b/.github/workflows/deployment-test.yml @@ -209,7 +209,7 @@ jobs: --query "Volumes[].VolumeId" \ --output text); do echo "Eliminando volumen con ID: $volume_id" - ## aws ec2 delete-volume --region ${{ env.AWS_REGION }} --volume-id $volume_id + aws ec2 delete-volume --region ${{ env.AWS_REGION }} --volume-id $volume_id done Local_deployment_test: