diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f15ba6dc2..482ed8a38 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,6 +22,10 @@ jobs: terraform init -input=false working-directory: dev name: "Initialize Terraform" + - name: "Delete test namesapce" + run: | + terraform apply -destroy -auto-approve -input=false + working-directory: dev - run: | terraform apply -auto-approve -input=false working-directory: dev