diff --git a/.github/actions/create-test-report/action.yml b/.github/actions/create-test-report/action.yml index 06919e59..7a075ad1 100644 --- a/.github/actions/create-test-report/action.yml +++ b/.github/actions/create-test-report/action.yml @@ -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