Skip to content

Commit 30cdb34

Browse files
committed
chore: remove "publish test results" step since we don't have
permissions
1 parent 0efbe02 commit 30cdb34

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/actions/test-package/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ runs:
2929
run: |
3030
mkdir -p test-results
3131
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 }}/"
3932
- name: Store Test Results
4033
if: ${{ !cancelled() }}
4134
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5

0 commit comments

Comments
 (0)