Skip to content

Commit

Permalink
chore(test): uname -sm
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jun 24, 2024
1 parent 59cf3be commit 1d1924e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/test-examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d1924e

Please sign in to comment.