artilleryio / artillery

The complete load testing platform. Everything you need for production-grade load tests. Serverless & distributed. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module.
https://www.artillery.io
Mozilla Public License 2.0
8.07k stars 512 forks source link

test(cli): fix check for arm64 build #3238

Closed bernardobridge closed 5 months ago

bernardobridge commented 5 months ago

Description

Check for process.env.HAS_ARM64_BUILD was not working in branches, as it comes in as the 'false' string. Refactored helpers a little bit to have a centralised location for this check.

Pre-merge checklist