From 1d1924eb7b0026c28a7e729f384c575157a9b110 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Mon, 24 Jun 2024 11:43:31 +0100 Subject: [PATCH] chore(test): uname -sm --- scripts/ci/test-examples.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/test-examples.sh b/scripts/ci/test-examples.sh index 5fd9a6a62..8f77bedd8 100755 --- a/scripts/ci/test-examples.sh +++ b/scripts/ci/test-examples.sh @@ -24,7 +24,7 @@ for i in examples/*; do echo "running all examples as SETUP_DIST_ONLY not set" # npm ci does not work because we have just changed the package.json file npm install - if [[ -f /.dockerenv && "$(uname -m)" == 'Linux aarch64' && "$GITHUB_ACTIONS" == 'true' ]]; then + if [[ -f /.dockerenv && "$(uname -sm)" == 'Linux aarch64' && "$GITHUB_ACTIONS" == 'true' ]]; then npm test:no:publish || npm test else npm test