diff --git a/.github/workflows/test-spec.yml b/.github/workflows/test-spec.yml index b67135c3b..0bd1f9286 100644 --- a/.github/workflows/test-spec.yml +++ b/.github/workflows/test-spec.yml @@ -84,7 +84,7 @@ jobs: --opensearch-insecure --verbose\ --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'}} + --opensearch-url=${{ matrix.entry.url || 'https://localhost:9200'}} \ --tests=tests/${{ matrix.entry.tests || 'default' }} - name: Get Container Logs