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

ci: skip end to end test in deploy pipeline #820

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

MatMoore
Copy link
Contributor

reusable-tests is run in two contexts:

  1. on a pull request
  2. as part of other workflows post-merge: deploy-staged and deploy-dev-from-branch

The end to end testing step is working fine in scenario 1, but scenario 2 doesn't work because github cannot read the secret, when triggered with workflow_call.

I don't think it's a good idea for deploy-staged to depend on these (potentially flaky) selenium tests, so I've bypassed it in this case.

reusable-tests is run in two contexts:

1. on a pull request
2. as part of other workflows post-merge: `deploy-staged` and
   `deploy-dev-from-branch`

The end to end testing step is working fine in scenario 1, but scenario
2 doesn't work because github cannot read the secret, when triggered
with `workflow_call`.

I don't think it's a good idea for `deploy-staged` to depend on these
(potentially flaky) selenium tests, so I've bypassed it in this case.
@MatMoore MatMoore requested a review from a team as a code owner September 11, 2024 14:00
@MatMoore MatMoore merged commit 2fdbc9a into main Sep 11, 2024
14 of 20 checks passed
@MatMoore MatMoore deleted the revert-end-to-end-testing-in-ci branch September 11, 2024 14:04
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