diff --git a/.github/workflows/test-spec.yml b/.github/workflows/test-spec.yml index 0bd1f9286..29e7b02ee 100644 --- a/.github/workflows/test-spec.yml +++ b/.github/workflows/test-spec.yml @@ -81,7 +81,7 @@ jobs: - name: Run Tests run: | npm run test:spec -- \ - --opensearch-insecure --verbose\ + --opensearch-insecure \ --opensearch-version=${{ matrix.entry.version }} \ --coverage coverage/test-spec-coverage-${{ matrix.entry.version }}-${{ matrix.entry.tests || 'default' }}.json \ --opensearch-url=${{ matrix.entry.url || 'https://localhost:9200'}} \ diff --git a/tests/replication/docker-compose.yml b/tests/plugins/replication/docker-compose.yml similarity index 100% rename from tests/replication/docker-compose.yml rename to tests/plugins/replication/docker-compose.yml diff --git a/tests/replication/replica.yaml b/tests/plugins/replication/replica.yaml similarity index 98% rename from tests/replication/replica.yaml rename to tests/plugins/replication/replica.yaml index 447a2ad80..d29445557 100644 --- a/tests/replication/replica.yaml +++ b/tests/plugins/replication/replica.yaml @@ -1,4 +1,4 @@ -$schema: ../../json_schemas/test_story.schema.yaml +$schema: ../../../json_schemas/test_story.schema.yaml description: Test replication APIs specs. prologues: