We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df76c30 commit 4077df7Copy full SHA for 4077df7
.github/workflows/test-and-build-workflow.yml
@@ -29,7 +29,7 @@ jobs:
29
test_filter: -PincludeTests="org.opensearch.indexmanagement.indexstatemanagement*"
30
- feature: non-ism
31
test_filter: -PexcludeTests="org.opensearch.indexmanagement.indexstatemanagement*"
32
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
33
container:
34
# using the same image which is used by opensearch-build team to build the OpenSearch Distribution
35
# this image tag is subject to change as more dependencies and updates will arrive over time
0 commit comments