Skip to content

fix: handle how edge cases in functional tests triggering #307

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

Merged
merged 1 commit into from
May 17, 2023

Conversation

nicor88
Copy link
Contributor

@nicor88 nicor88 commented May 17, 2023

Description

In the current CI implementation of functional tests, we were able to trigger them only on:

  • merge to main
  • when the label enable-functional-tests was added to the PR

But in reality, we want to trigger functional tests run also in all the cases where the PR is labelled, not only on the action of labeling.

Fix found thanks to this:

Checklist

  • You followed contributing section
  • You kept your Pull Request small and focused on a single feature or bug fix.
  • You added unit testing when necessary
  • You added functional testing when necessary

@nicor88 nicor88 merged commit d073d42 into main May 17, 2023
@nicor88 nicor88 deleted the fix/functional_tests branch May 17, 2023 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant