Skip to content

Commit

Permalink
add test results in workflow yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaji-kharse committed Jul 24, 2024
1 parent fb0b695 commit b7bc6bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-dgraph4j-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@ jobs:
run: cd dgraph4j && docker compose -f docker-compose.test.yml up -d
- name: Run tests
run: cd dgraph4j && ./gradlew build
- name: show tests results
if: always()
run: cd dgraph4j && cat build/reports/tests/test/index.html
- name: Tear down cluster
run: cd dgraph4j && docker compose -f docker-compose.test.yml down

0 comments on commit b7bc6bf

Please sign in to comment.