Skip to content

Commit

Permalink
Fix ES integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Ashmita Bohara <[email protected]>
  • Loading branch information
Ashmita152 committed Nov 29, 2020
1 parent 67aeb88 commit 712331d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/es-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ jobs:
with:
go-version: ^1.15

- name: Install tools
run: make install-ci

- name: Run elasticsearch integration tests
run: bash scripts/travis/es-integration-test.sh
2 changes: 1 addition & 1 deletion scripts/travis/es-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ "$ES_OTEL_INTEGRATION_TEST" == true ]; then
exit 0
fi

echo "Executing token propatagion test"
echo "Executing token propagation test"

# Mock UI, needed only for build query service.
make build-crossdock-ui-placeholder
Expand Down

0 comments on commit 712331d

Please sign in to comment.