[CI] Fix test workflows when env support is improved #627
Labels
enhancement
New feature or request
github actions
Updating or adding GitHub actions
infra
Changes to infrastructure, testing, CI/CD, pipelines, etc.
untriaged
#620 splits the unit & integ test jobs into linux and windows/macos. This is so we can utilize the prod container used by OpenSearch build team to ensure the tests are run in an identical environment.
However, GHA does not support containerized envs in windows or macos, hence we split up the workflows. When there is support, we can add them back into the
os
matrix.The text was updated successfully, but these errors were encountered: