Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ci): reusable action to run backend (api, worker) for clients #3991

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

p-fernandez
Copy link
Contributor

What change does this PR introduce?

Creates an action to run API and Worker apps to be used in the reusable workflows of Web and Worker.

Why was this change needed?

Tidying up the pipelines.

Other information (Screenshots)

@p-fernandez p-fernandez self-assigned this Aug 17, 2023
@github-actions github-actions bot added the CI/CD label Aug 17, 2023
Copy link
Contributor

@scopsy scopsy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💪

@@ -78,31 +82,11 @@ jobs:
run: pnpm start:static:build &

- name: Start WS
env:
IN_MEMORY_CLUSTER_MODE_ENABLED: false
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not in use in WS.

@@ -69,6 +69,10 @@ jobs:
targets: build
projects: '@novu/widget,@novu/embed,@novu/api,@novu/worker,@novu/ws'

- uses: ./.github/actions/run-backend
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Backend should be available before we try to connect the clients.

@p-fernandez p-fernandez added this pull request to the merge queue Aug 17, 2023
Merged via the queue into next with commit f868864 Aug 17, 2023
@p-fernandez p-fernandez deleted the feat-ci-run-backend-action branch August 17, 2023 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants