diff --git a/dist/index.js b/dist/index.js index 4f20ae7..bda5944 100644 --- a/dist/index.js +++ b/dist/index.js @@ -28094,7 +28094,7 @@ async function run() { '-e', `UNIT_TEST_COVERAGE_THRESHOLD=${threshold}`, '-w', '/workspace', imageName, - 'bash -c', `"./src/test.sh ${project}"` + 'bash', '-c', `"./src/test.sh ${project}"` ]); // Optionally, set an output for the action (e.g., path to coverage report)