diff --git a/.github/workflows/Test_installation_assistant.yml b/.github/workflows/Test_installation_assistant.yml index 26347c0..c517dad 100644 --- a/.github/workflows/Test_installation_assistant.yml +++ b/.github/workflows/Test_installation_assistant.yml @@ -193,10 +193,9 @@ jobs: -e "pkg_repository=$PKG_REPOSITORY" \ "${{ inputs.VERBOSITY }}" EXIT_CODE=$? + echo "$EXIT_CODE" echo "install_aio=$EXIT_CODE" >> $GITHUB_OUTPUT - if [ $EXIT_CODE != 0 ]; then - exit 1 - fi + - name: Execute Python test playbook id: execute_test