Skip to content

Commit

Permalink
fixing path 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 a4f8f05 commit c1918b9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- version: 2.16.0
tests: snapshot
- version: 2.16.0
tests: replication
tests: plugins/replication
url: http://localhost:9200
- version: 2.17.0
tests: plugins/streaming
Expand Down Expand Up @@ -80,12 +80,6 @@ jobs:
working-directory: tests/${{ matrix.entry.tests || 'default' }}
run: docker compose up -d

- name: Get Container ID
id: container
run: |
CONTAINER_ID=$(docker ps -aqf "ancestor=opensearchproject/opensearch:${{ matrix.entry.version }}" | head -n 1)
echo "CONTAINER_ID=$CONTAINER_ID" >> $GITHUB_OUTPUT
- name: Run Tests
run: |
npm run test:spec -- \
Expand Down

0 comments on commit c1918b9

Please sign in to comment.