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