debugging unit tests

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
Satadru Pramanik
2024-11-06 11:29:51 -05:00
committed by Satadru Pramanik, DO, MPH, MEng
parent 8c31114565
commit cfff08e26a

View File

@@ -115,6 +115,7 @@ jobs:
esac
- name: Run unit tests
run: |
echo "$GITHUB_CONTEXT"
if [ -z "${NON_PKG_CHANGED_FILES}" ] && ([ "$PLATFORM" == 'linux/arm/v7' ] && [ -z "${ARMV7L_PACKAGES}" ]); then
# Exit the arm container if there are neither non-package changed files nor armv7l compatible packages.
echo "Skipping armv7l container unit tests."