You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We developed a mechanism for downloading the required assets for the combo tests, but it's not tested anywhere (though presumably, we will be using it).
Proposed solution
Use this mechanism in our GitHub actions workflow for the combo tests.
Describe alternatives you've considered
Do nothing. Assume we'd catch any issues in the course of our local development.
Additional context
We should still have 4 separate workflows, so that the suites could be run in parallel. We can specify the suite to run in ACCEPTANCE_SUITE_CONFIG.
This may require that we add GitHub authentication to GithubAssetFetcher.
The text was updated successfully, but these errors were encountered:
Description
We developed a mechanism for downloading the required assets for the combo tests, but it's not tested anywhere (though presumably, we will be using it).
Proposed solution
Use this mechanism in our GitHub actions workflow for the combo tests.
Describe alternatives you've considered
Do nothing. Assume we'd catch any issues in the course of our local development.
Additional context
We should still have 4 separate workflows, so that the suites could be run in parallel. We can specify the suite to run in
ACCEPTANCE_SUITE_CONFIG
.This may require that we add GitHub authentication to
GithubAssetFetcher
.The text was updated successfully, but these errors were encountered: