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

Run E2E tests on every push/PR in this repo #116

Merged
merged 40 commits into from
Nov 1, 2023
Merged

Conversation

i-am-tom
Copy link
Contributor

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!

@i-am-tom i-am-tom self-assigned this Oct 30, 2023
@danieljharvey danieljharvey added this pull request to the merge queue Nov 1, 2023
Merged via the queue into main with commit b10deea Nov 1, 2023
@danieljharvey danieljharvey deleted the i-am-tom/e2e-magic branch November 1, 2023 08:21
Comment on lines +4 to +6
merge_group:
push:
pull_request:
Copy link
Contributor

Choose a reason for hiding this comment

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

This means that the job runs twice on each commit?

Screenshot from 2023-11-01 10-42-16

Copy link
Contributor

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".

Copy link
Contributor

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.

Copy link
Contributor

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.

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.

4 participants