From 45876acac0d87e6bfe056170a9346d0c7ea90bf0 Mon Sep 17 00:00:00 2001 From: david22swan Date: Thu, 4 Jul 2024 10:22:37 +0100 Subject: [PATCH] Tempoarily keep machine for testing --- .github/workflows/windows-acceptance.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/windows-acceptance.yml b/.github/workflows/windows-acceptance.yml index 325386a33..1983310d9 100644 --- a/.github/workflows/windows-acceptance.yml +++ b/.github/workflows/windows-acceptance.yml @@ -50,9 +50,9 @@ jobs: run: | bundle exec rake 'litmus:acceptance:parallel' - - name: "Remove test environment" - continue-on-error: true - run: | - if [[ -f spec/fixtures/litmus_inventory.yaml ]]; then - bundle exec rake 'litmus:tear_down' - fi + # - name: "Remove test environment" + # continue-on-error: true + # run: | + # if [[ -f spec/fixtures/litmus_inventory.yaml ]]; then + # bundle exec rake 'litmus:tear_down' + # fi