Skip to content

Commit

Permalink
ci: use ssg pages for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 3, 2024
1 parent 1073db5 commit 76eecaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/screenshot-bot.config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
2 changes: 1 addition & 1 deletion .github/workflows/e2e-playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: taiga-family/ci/actions/setup/[email protected]

- 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/[email protected]
Expand Down

0 comments on commit 76eecaa

Please sign in to comment.