From de730900b07ff8f75c92171234fa15549e048e5d Mon Sep 17 00:00:00 2001 From: Nikita Barsukov Date: Thu, 15 Aug 2024 12:10:53 +0300 Subject: [PATCH] ci: delete outdated step in `e2e.yml` (#8538) --- .github/workflows/e2e.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 1a94d6b41125..e592a9e1b5b3 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -129,15 +129,6 @@ 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: '' - replace: '' - 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 }}