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

Conditional steps are not reviewed by RC008, RC009 #132

Open
KyleTryon opened this issue Mar 14, 2022 · 0 comments
Open

Conditional steps are not reviewed by RC008, RC009 #132

KyleTryon opened this issue Mar 14, 2022 · 0 comments
Labels
backlog Identified as a backlog item, often combined with low-priority and help-wanted labels bug Something isn't working

Comments

@KyleTryon
Copy link
Contributor

Orb version:

v11.1.0

What happened:

First described in #128 by @wyardley, run-steps within conditional steps are not checked by RC008 and RC009

Expected behavior:

This is expected to fail RC008 and RC009

steps:
  - checkout
  - restore-deps
  - run: npm run thing1
  - when:
      condition: << parameters.run-thing2 >>
      steps:
        run: npm run thing2

Additional Information:

@KyleTryon KyleTryon added the bug Something isn't working label Mar 14, 2022
@KyleTryon KyleTryon added the backlog Identified as a backlog item, often combined with low-priority and help-wanted labels label Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Identified as a backlog item, often combined with low-priority and help-wanted labels bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant