Skip to content

Commit

Permalink
updating CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Jan 31, 2025
1 parent 0dedc1a commit 1d31675
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/actions/create-test-report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ runs:
mochawesome.html
assets/
- name: Create test report
uses: phoenix-actions/test-reporting@v15
if: success()
with:
name: ${{ inputs.name }}-${{ inputs.os }}-node-${{ inputs.node }}
fail-on-error: true
path: mochawesome.json # Path to test results
reporter: mochawesome-json
# - name: Create test report
# uses: phoenix-actions/test-reporting@v15
# if: success()
# with:
# name: ${{ inputs.name }}-${{ inputs.os }}-node-${{ inputs.node }}
# fail-on-error: true
# path: mochawesome.json # Path to test results
# reporter: mochawesome-json

0 comments on commit 1d31675

Please sign in to comment.