diff --git a/.changeset/yellow-eagles-shine.md b/.changeset/yellow-eagles-shine.md new file mode 100644 index 00000000000..a845151cc84 --- /dev/null +++ b/.changeset/yellow-eagles-shine.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b35de8f625..5be729a2265 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -462,7 +462,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: playwright-traces-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.test-name }}${{ matrix.next-version && format('-next{0}', matrix.next-version) || '' }} - path: integration/test-results + path: test-results retention-days: 1 pkg-pr-new: diff --git a/.github/workflows/e2e-staging.yml b/.github/workflows/e2e-staging.yml index edfdff68150..84f95839f80 100644 --- a/.github/workflows/e2e-staging.yml +++ b/.github/workflows/e2e-staging.yml @@ -228,7 +228,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: playwright-traces-${{ github.run_id }}-${{ github.run_attempt }}-${{ steps.inputs.outputs.artifact-suffix }} - path: integration/test-results + path: test-results retention-days: 1 report: diff --git a/.github/workflows/nightly-checks.yml b/.github/workflows/nightly-checks.yml index 17c5f756427..9cc8f140649 100644 --- a/.github/workflows/nightly-checks.yml +++ b/.github/workflows/nightly-checks.yml @@ -110,7 +110,7 @@ jobs: path: | ${{runner.temp}}/test-output.log /tmp/.temp_integration/ - integration/test-results/ + test-results/ retention-days: 7 - name: Report Status