Skip to content

Commit

Permalink
testing without https
Browse files Browse the repository at this point in the history
Signed-off-by: Tokesh <[email protected]>
  • Loading branch information
Tokesh committed Nov 10, 2024
1 parent 3b977fe commit f1c43e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
tests: snapshot
- version: 2.16.0
tests: replication
url: http://localhost:9200
- version: 2.17.0
hub: opensearchstaging
ref: '@sha256:1273489ebbedcb470ea13563dae4c6dc6b2ed431e87e686ed931ae0733034b25'
Expand Down Expand Up @@ -83,6 +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'}}
--tests=tests/${{ matrix.entry.tests || 'default' }}
- name: Get Container Logs
Expand Down

0 comments on commit f1c43e4

Please sign in to comment.