Skip to content

Commit

Permalink
fix: add redis cluster to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Aug 21, 2023
1 parent 7522cf3 commit ef444f4
Show file tree
Hide file tree
Showing 3 changed files with 3 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
Expand Up @@ -29,7 +29,7 @@ runs:
GITHUB_OAUTH_REDIRECT: "http://localhost:1336/v1/auth/github/callback"
LAUNCH_DARKLY_SDK_KEY: ${{ inputs.launch_darkly_sdk_key }}
IN_MEMORY_CLUSTER_MODE_ENABLED: true
run: cd apps/api && pnpm start:build
run: cd apps/api && pnpm start:build &

- name: Start Worker
shell: bash
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

0 comments on commit ef444f4

Please sign in to comment.