Skip to content

Commit

Permalink
fix(workflow): remove premature exit in test-upgrade-legacy.yaml
Browse files Browse the repository at this point in the history
Removed the exit command in the compiler conversion check to allow the workflow to continue even if the compiler conversion fails. This ensures that subsequent steps are executed regardless of the conversion result.
  • Loading branch information
CoMfUcIoS committed Sep 23, 2024
1 parent 8bb404f commit 355cd0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-upgrade-legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ jobs:
if [ "$compiler" != "$legacy_compiler" ]
then
echo "Compiler conversion failed, expected $compiler, got $legacy_compiler"
exit 1
fi
echo ::endgroup::
- name: Tear down test cluster
Expand Down

0 comments on commit 355cd0b

Please sign in to comment.