From 952b26f9c2af3e751dadcefc57cf1f9401875e28 Mon Sep 17 00:00:00 2001 From: Bohdan Obruch Date: Mon, 22 Jul 2024 20:24:50 +0300 Subject: [PATCH] fixed github actions yml --- .github/workflows/chromium_only.yml | 4 ++++ .github/workflows/firefox_only.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/chromium_only.yml b/.github/workflows/chromium_only.yml index a07c2c5..7f9ffaf 100644 --- a/.github/workflows/chromium_only.yml +++ b/.github/workflows/chromium_only.yml @@ -41,6 +41,10 @@ jobs: TESTOMATIO: ${{ secrets.TESTOMATIO }} continue-on-error: true + - name: Generate Pretty Report + run: | + npx github-actions-ctrf test-results/report.json + - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: diff --git a/.github/workflows/firefox_only.yml b/.github/workflows/firefox_only.yml index 556fdc6..b4dc178 100644 --- a/.github/workflows/firefox_only.yml +++ b/.github/workflows/firefox_only.yml @@ -41,6 +41,10 @@ jobs: TESTOMATIO: ${{ secrets.TESTOMATIO }} continue-on-error: true + - name: Generate Pretty Report + run: | + npx github-actions-ctrf test-results/report.json + - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: