-
Notifications
You must be signed in to change notification settings - Fork 4.1k
fix(api-service): E2E improvements #7461
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
Conversation
✅ Deploy Preview for dev-web-novu ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for dashboard-v2-novu-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
625606a
to
03c87d3
Compare
d1108c9
to
131ac06
Compare
31ea007
to
91fb87f
Compare
0b5c704
to
b3361df
Compare
.github/workflows/on-pr.yml
Outdated
@@ -11,268 +11,14 @@ on: | |||
workflow_dispatch: | |||
|
|||
jobs: | |||
dependency-review: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The previous steps will be restored as soon as all tests are green.
68b5ff5
to
9f9e7f3
Compare
@@ -59,7 +59,7 @@ contexts.forEach((context: Context) => { | |||
await bridgeServer.stop(); | |||
}); | |||
|
|||
it(`should trigger the bridge workflow with sync [${context.name}]`, async () => { | |||
it.only(`should trigger the bridge workflow with sync [${context.name}]`, async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only
to be removed
90add4f
to
a4cb6fd
Compare
What changed? Why was the change needed?
Screenshots
Expand for optional sections
Related enterprise PR
Special notes for your reviewer