-
Notifications
You must be signed in to change notification settings - Fork 1
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
Run E2E tests on every push/PR in this repo #116
Conversation
ec90793
to
d1a714d
Compare
67983cd
to
ae56d3e
Compare
merge_group: | ||
push: | ||
pull_request: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty much; there's no way to tell GitHub "push xor
pull_request".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess could make it only work on pushes to main
, then it'd only run double on those.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FWIW I like it that I can push a branch and have all tests run without having to open a PR.
We run the E2E suite using the PR's version of the connector, and make sure all the tests pass. If they do, this PR is compatible with current head. How exciting!