Skip to content

Commit

Permalink
add(pythonindia#751): all test-reported in test job to report test re…
Browse files Browse the repository at this point in the history
…sults
  • Loading branch information
indiVar0508 committed Jun 24, 2023
1 parent 4226a05 commit 2ff2d89
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ jobs:
# Run Tests
- name: Run Tests
run: docker-compose -f "docker-compose.test.yml" up --build
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: JEST Tests
path: /temp/testresults/*.xml
reporter: jest-junit

0 comments on commit 2ff2d89

Please sign in to comment.