From 7734fe6264792784a7719cf401e7be8c03da8e73 Mon Sep 17 00:00:00 2001 From: Brian Ingles Date: Wed, 17 Jul 2024 17:57:00 -0500 Subject: [PATCH] Trying ctrf report (#29) --- .github/workflows/e2e.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 5d61d5fa..f4d5a853 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -28,10 +28,13 @@ jobs: run: npm run test:e2e - name: Merge reports run: npx ctrf merge e2e/reports --output ctrf-report.json - - name: Upload reports - uses: actions/upload-artifact@v4 - # if: failure() - with: - name: reports - path: e2e/reports/ctrf-report.json - retention-days: 1 + # - name: Upload reports + # uses: actions/upload-artifact@v4 + # # if: failure() + # with: + # name: reports + # path: e2e/reports/ctrf-report.json + # retention-days: 1 + - name: Publish Test Summary Results + run: npx github-actions-ctrf e2e/reports/ctrf-report.json + # TODO: retention?