Skip to content

Commit

Permalink
updating test reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Dec 3, 2024
1 parent 886886d commit 20405e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/actions/create-test-report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ runs:
mochawesome.html
- name: Create test report
uses: phoenix-actions/test-reporting@v15
uses: hudl/GHA-test-[email protected]
if: success()
with:
name: ${{ inputs.name }}-${{ inputs.os }}-node-${{ inputs.node }}
show-html-notice: 'true'
fail-on-error: true
path: mochawesome.json # Path to test results
reporter: mochawesome-json
path: test-results.xml # Path to test results
reporter: jest-junit
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
matrix:
os: [macos-13, macos-14, ubuntu-22.04, windows-2022]
# os: [macos-14, windows-2022]
node: [18, 20, 22, 23]
# node: [18, 20, 22, 23]
node: [22]

steps:

Expand Down

0 comments on commit 20405e5

Please sign in to comment.