Skip to content

Commit

Permalink
fixing small tabular misstake in ci cd
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 f1c43e4 commit 35ab7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35ab7fe

Please sign in to comment.