diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 2614e4d0c2..f3ea4cea5f 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -290,4 +290,4 @@ jobs: -e CC_TEST_REPORTER_ID=$CC_TEST_REPORTER_ID \ -e GITHUB_JOB_NAME=$GITHUB_JOB_NAME \ -e AWS_CONFIG_FILE=/app/credentials \ - api test/test-coverage.sh \ No newline at end of file + api bash -c "./test/test-coverage.sh" \ No newline at end of file