From 76eecaae5b5b6827917ca4e876366f8ba81fca6e Mon Sep 17 00:00:00 2001 From: splincode Date: Thu, 3 Oct 2024 14:03:12 +0300 Subject: [PATCH] ci: use ssg pages for e2e --- .github/screenshot-bot.config.toml | 2 +- .github/workflows/e2e-playwright.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/screenshot-bot.config.toml b/.github/screenshot-bot.config.toml index a161201598bf..2396ae72e1a9 100644 --- a/.github/screenshot-bot.config.toml +++ b/.github/screenshot-bot.config.toml @@ -22,4 +22,4 @@ branchesIgnore = ["^release/.*", "^v[0-9].x$"] screenshotImageAttrs = [] # Text which is placed at the beginning of section "Failed tests" -failedTestsReportDescription = '**Before <= Diff => After**' +failedTestsReportDescription = '### Before (main branch) <==== Diff ====> After (local branch)' diff --git a/.github/workflows/e2e-playwright.yml b/.github/workflows/e2e-playwright.yml index 491f19103a33..ff9c7af27927 100644 --- a/.github/workflows/e2e-playwright.yml +++ b/.github/workflows/e2e-playwright.yml @@ -17,7 +17,7 @@ jobs: - uses: taiga-family/ci/actions/setup/node@v1.93.0 - name: Building demo-app of git-branch without cache - run: npx nx build demo + run: npx nx prerender demo - name: Upload cache / ${{ env.CACHE_DIST_KEY }} uses: actions/cache/save@v4.0.2