You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the k6 action uses the k6 Docker image, which has k6 as its ENTRYPOINT. As a result, users cannot execute shell/bash scripts when using this action. This limitation restricts the usability of this action.
A more versatile alternative is that the action installs k6 and any dependencies in the running image. For reference, see:
Currently, the k6 action uses the k6 Docker image, which has k6 as its
ENTRYPOINT. As a result, users cannot execute shell/bash scripts when using this action. This limitation restricts the usability of this action.A more versatile alternative is that the action installs k6 and any dependencies in the running image. For reference, see: