diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b47d47430..438cdc162 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -649,7 +649,7 @@ jobs: run: npm run control-plane:test - name: Control-plane coverage if: ${{ github.event_name == 'push' || needs.changes.outputs.controlPlane == 'true' }} - run: npm run control-plane:coverage || true + run: npm run control-plane:coverage - name: Verify control-plane coverage report exists if: ${{ github.event_name == 'push' || needs.changes.outputs.controlPlane == 'true' }} run: |