Skip to content

Commit

Permalink
chore: update e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed Aug 14, 2024
1 parent 2c0f507 commit 4771a35
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,15 @@ jobs:
--branch snapshots/demo/next/${{ github.base_ref }} \
https://github.com/taiga-family/taiga-ui.git ${{ env.DIST_NEXT }}
# TODO: delete this step after merging of https://github.com/taiga-family/taiga-ui/pull/8526 (after snapshot update)
- name: Find and replace baseHref for next snapshot
uses: jacobtomlinson/gha-find-replace@v3
with:
find: '<base href="./">'
replace: '<base href="/">'
include: '${{ env.DIST_NEXT }}/index.html'
regex: false

- name: Serve ${{ env.DIST_NEXT }} in background
run: npx nx serve-compiled demo --path ${{ env.DIST_NEXT }} --port ${{ env.NG_SERVER_PORT }}

Expand Down

0 comments on commit 4771a35

Please sign in to comment.