Skip to content

Commit

Permalink
config: #4 jest reports
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianrbp committed Aug 7, 2024
1 parent 018e566 commit eb1860d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
with:
name: jest-test-report
path: frontend/junit.xml
- name: Display Jest Test Results
uses: dorny/test-reporter@v1
if: always() # Run this step even if previous steps fail
with:
name: Jest Tests
path: frontend/junit.xml
reporter: jest-junit
# - name: Display Jest Test Results
# uses: dorny/test-reporter@v1
# if: always() # Run this step even if previous steps fail
# with:
# name: Jest Tests
# path: frontend/junit.xml
# reporter: jest-junit

# - name: Start Rails server
# run: |
Expand Down Expand Up @@ -113,11 +113,11 @@ jobs:
name: playwright-report
path: frontend/playwright-tests.xml

- name: Display Playwright Test Results
uses: dorny/test-reporter@v1
if: always() # Run this step even if previous steps fail
with:
name: Playwright Tests
path: frontend/playwright-tests.xml
reporter: java-junit
# - name: Display Playwright Test Results
# uses: dorny/test-reporter@v1
# if: always() # Run this step even if previous steps fail
# with:
# name: Playwright Tests
# path: frontend/playwright-tests.xml
# reporter: java-junit

0 comments on commit eb1860d

Please sign in to comment.