-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix(tests): Remove ui tests from ci pipeline #1082
Conversation
A possible better solution would be to limit the tests run by updating the filter to include the module name followed by So, in this step: hyperswitch/.github/workflows/connector-sanity-tests.yml Lines 99 to 103 in 1304d91
If you updated the filter to be |
Type of Change
Description
Remove ui tests from ci pipeline
Additional Changes
Motivation and Context
How did you test it?
Checklist
cargo +nightly fmt --all
cargo clippy