Skip to content

Commit 04d85ba

Browse files
committed
chore: rearrange
1 parent 8e738ac commit 04d85ba

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/e2e-next.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,9 @@ jobs:
5757
with:
5858
name: E2E Test chunk ${{ matrix.chunk }}
5959
path: 'reports/**/*.xml' # Path to test results (inside artifact .zip)
60-
output-to: 'step-summary'
60+
output-to: 'checks'
6161
max-annotations: 49 # Maximum number of annotations to be created
6262
reporter: jest-junit # Format of test results
63-
- name: Report URL
64-
if: success() || failure()
65-
run: |
66-
echo "${{ steps.test-report.outputs.runHtmlUrl }}"
6763

6864
- uses: actions/upload-artifact@v3 # upload test results
6965
if: ${{ always() }}
@@ -85,5 +81,5 @@ jobs:
8581
name: Jest Tests
8682
output-to: 'step-summary'
8783
path: 'reports/**/*.xml' # Path to test results (inside artifact .zip)
88-
max-annotations: 49 # Maximum number of annotations to be created
84+
max-annotations: 0 # Maximum number of annotations to be created
8985
reporter: jest-junit # Format of test results

0 commit comments

Comments
 (0)