Skip to content

Commit c7af437

Browse files
committed
(maint) keep test env
1 parent 8c06b06 commit c7af437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/module_acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
bundle exec rake 'litmus:acceptance:parallel'
167167
168168
- name: "Remove test environment"
169-
if: ${{ always() && (inputs.keep_test_env != 'true') }}
169+
if: ${{ always() && (inputs.keep_test_env != true) }}
170170
continue-on-error: true
171171
run: |
172172
if [[ -f spec/fixtures/litmus_inventory.yaml ]]; then

0 commit comments

Comments
 (0)