Skip to content

Commit

Permalink
Tempoarily keep machine for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
david22swan committed Jul 4, 2024
1 parent 849181d commit 45876ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/windows-acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 45876ac

Please sign in to comment.