We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efbe02 commit 30cdb34Copy full SHA for 30cdb34
.github/actions/test-package/action.yml
@@ -29,13 +29,6 @@ runs:
29
run: |
30
mkdir -p test-results
31
npm run test
32
- - name: Publish test reports
33
- if: ${{ !cancelled() }}
34
- uses: EnricoMi/publish-unit-test-result-action@34d7c956a59aed1bfebf31df77b8de55db9bbaaf # v2
35
- with:
36
- files: "./packages/${{ inputs.package_name }}/test-results/**/*"
37
- check_name: "Test report for ${{ inputs.package_name }}"
38
- test_file_prefix: "+packages/${{ inputs.package_name }}/"
39
- name: Store Test Results
40
if: ${{ !cancelled() }}
41
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
0 commit comments