Skip to content

Commit

Permalink
Force to fail the test
Browse files Browse the repository at this point in the history
  • Loading branch information
fcaffieri committed Dec 27, 2024
1 parent 51db064 commit b931d64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/Test_installation_assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,6 @@ jobs:
"${{ inputs.VERBOSITY }}"
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
Expand Down

0 comments on commit b931d64

Please sign in to comment.