Skip to content

[chore] Enable E2E test manual dispatch #8

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lizard-boy
Copy link

This adds support for initiating E2E tests manually from the Github Actions UI.

This is useful for running tests against the master branch when a PR hasn't been opened up in a while.

What changed? Why?

Qualified Impact

This adds support for initiating E2E tests manually from the Github
Actions UI.

This is useful for running tests against the `master` branch when
a PR hasn't been opened up in a while.
@lizard-boy
Copy link
Author

@greptileai

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Summary

This pull request adds manual dispatch functionality for E2E tests in the GitHub Actions workflow.

  • Added workflow_dispatch event trigger in .github/workflows/e2e_test.yml to enable manual test execution
  • Existing automated triggers (e.g., on pull requests) remain unchanged, preserving current CI/CD functionality
  • Manual dispatch allows running E2E tests against the master branch without opening a new PR
  • No changes to the actual test execution process or environment setup were made

No file(s) reviewed, no comment(s)
Edit PR Review Bot Settings

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.

2 participants