Skip to content

Commit

Permalink
Rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
alsi-lawr committed Aug 31, 2024
1 parent 264392c commit 7bba1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7bba1db

Please sign in to comment.