diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d195c1b..7a3dfe1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,6 +119,8 @@ jobs: flaky-rate-report: true fail-rate-report: true slowest-report: true + upload-artifact: true + fetch-previous-results: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} if: always() \ No newline at end of file