diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2722c106a..449e9b288 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -83,7 +83,7 @@ jobs: - name: Test run: | mkdir coverage - docker run -e CI=true -e COVERAGE=true -v "$(pwd)"'/coverage:/opt/app/coverage' -t app yarn test:ember + docker run -e CI=true -e COVERAGE=true -v "$(pwd)"'/coverage:/opt/app/coverage' app yarn test:ember - name: Upload coverage report to Codecov if: ${{ !cancelled() }}