Skip to content

Commit

Permalink
Merge pull request novuhq#4009 from novuhq/ci-fix-check
Browse files Browse the repository at this point in the history
Fix failing test for web and widget
  • Loading branch information
scopsy authored Aug 21, 2023
2 parents d34ed7c + ef444f4 commit 2196395
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-backend/action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reusable-web-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reusable-widget-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions apps/web/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();

0 comments on commit 2196395

Please sign in to comment.