From f6acf7f5074e23d0f71ca9baa9d9c89a8e63964c Mon Sep 17 00:00:00 2001 From: fcaffieri Date: Fri, 27 Dec 2024 17:06:05 -0300 Subject: [PATCH] Fix step validation on workflow --- .github/workflows/Test_installation_assistant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Test_installation_assistant.yml b/.github/workflows/Test_installation_assistant.yml index a48c707..26347c0 100644 --- a/.github/workflows/Test_installation_assistant.yml +++ b/.github/workflows/Test_installation_assistant.yml @@ -200,7 +200,7 @@ jobs: - name: Execute Python test playbook id: execute_test - if: success() && steps.install_dashboard.outcome == 'success' + if: success() && steps.install_aio.outcome == 'success' run: | TEST_NAME="test_installation_assistant" ansible-playbook .github/workflows/ansible-playbooks/aio_tests.yml \