diff --git a/.github/actions/run-backend/action.yml b/.github/actions/run-backend/action.yml index 7057b9360b8..f0e9662906f 100644 --- a/.github/actions/run-backend/action.yml +++ b/.github/actions/run-backend/action.yml @@ -1,6 +1,6 @@ name: Run Backend -description: Starts and waits for the API and Worker instance +description: Starts and waits for the API and Worker instance inputs: launch_darkly_sdk_key: diff --git a/.github/workflows/reusable-web-e2e.yml b/.github/workflows/reusable-web-e2e.yml index 482b41951a4..2da059ca64b 100644 --- a/.github/workflows/reusable-web-e2e.yml +++ b/.github/workflows/reusable-web-e2e.yml @@ -67,6 +67,7 @@ jobs: projects: '@novu/web,@novu/api,@novu/worker' - uses: ./.github/actions/start-localstack + - uses: ./.github/actions/setup-redis-cluster - uses: ./.github/actions/run-backend with: diff --git a/.github/workflows/reusable-widget-e2e.yml b/.github/workflows/reusable-widget-e2e.yml index 76ee579cea0..8e413465e9c 100644 --- a/.github/workflows/reusable-widget-e2e.yml +++ b/.github/workflows/reusable-widget-e2e.yml @@ -59,6 +59,7 @@ jobs: with: cypress_version: 12.9.0 cypress: true + - uses: ./.github/actions/setup-redis-cluster - uses: mansagroup/nrwl-nx-action@v3 with: targets: lint diff --git a/apps/web/src/index.tsx b/apps/web/src/index.tsx index d71181aa865..4387f5d6281 100644 --- a/apps/web/src/index.tsx +++ b/apps/web/src/index.tsx @@ -15,4 +15,5 @@ ReactDOM.render( * to log results (for example: reportWebVitals(console.log)) * or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals . */ + reportWebVitals();