mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
debugging unit tests
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
Satadru Pramanik, DO, MPH, MEng
parent
8c31114565
commit
cfff08e26a
1
.github/workflows/Unit-Test.yml
vendored
1
.github/workflows/Unit-Test.yml
vendored
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user