Skip to content

all-checks task for invoke doesn't run all tasks #10237

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

Closed
Zirochkaa opened this issue Feb 10, 2022 · 1 comment · Fixed by #9707
Closed

all-checks task for invoke doesn't run all tasks #10237

Zirochkaa opened this issue Feb 10, 2022 · 1 comment · Fixed by #9707
Assignees
Labels
area/connectors Connector related issues type/bug Something isn't working

Comments

@Zirochkaa
Copy link
Contributor

Current Behavior

When running invoke all-checks -c chargebee (or any other connector) only black check is being run.

Expected Behavior

When running invoke all-checks -c chargebee (or any other connector) following checks should be run one by one with default parameters: black, flake, isort, mypy, test, coverage.

Steps to Reproduce

  1. Run invoke all-checks -c chargebee.
  2. See that only black was run.

Are you willing to submit a PR?

Yes..

@Zirochkaa Zirochkaa added type/bug Something isn't working needs-triage labels Feb 10, 2022
@Zirochkaa Zirochkaa added this to the Connectors Feb 11 milestone Feb 10, 2022
@Zirochkaa Zirochkaa self-assigned this Feb 10, 2022
@Zirochkaa Zirochkaa added area/connectors Connector related issues and removed needs-triage labels Feb 10, 2022
@sergei-solonitcyn
Copy link
Contributor

Already have a PR to solve that:
#9707

@Zirochkaa Zirochkaa linked a pull request Feb 10, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants