diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e7bf5342b..9cc2fc214 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -65,7 +65,7 @@ jobs: # if: github.event_name == 'pull_request' - run: npx nx-cloud record -- nx format:check - - run: npx nx affected -t=\"lint,test,build,component-test,e2e-ci\" -c=ci + - run: npx nx affected -t="lint,test,build,component-test,e2e-ci" -c="ci" - run: npx nx-cloud stop-all-agents if: ${{ always() }} - name: Report Codecov