mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-28 06:25:55 +00:00
fix(CI): correct unit_tests binary path in linux-build action (#24697)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
4
.github/actions/linux-build/action.yml
vendored
4
.github/actions/linux-build/action.yml
vendored
@@ -213,8 +213,8 @@ runs:
|
||||
- name: Run unit tests
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ -f build/obj/src/test/unit_tests ]]; then
|
||||
build/obj/src/test/unit_tests
|
||||
if [[ -f build/src/test/unit_tests ]]; then
|
||||
build/src/test/unit_tests
|
||||
else
|
||||
exit 0
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user