diff --git a/.github/workflows/feature_test.yml b/.github/workflows/feature_test.yml index 8ab1f3bedf..9433041f85 100644 --- a/.github/workflows/feature_test.yml +++ b/.github/workflows/feature_test.yml @@ -95,7 +95,7 @@ jobs: SFDX_HUB_USERNAME: ${{ secrets.SFDX_HUB_USERNAME }} - name: Run robot tests run: | - uv run coverage run --append $(which cci) task run robot \ + uv run cci task run robot \ --org dev \ -o name "CumulusCI" \ -o suites cumulusci/robotframework/tests \