From 1641b5875ae3997eada64f6eddb8d558f54199ef Mon Sep 17 00:00:00 2001 From: Alexey Yarmosh Date: Fri, 13 Dec 2024 17:36:03 +0100 Subject: [PATCH] refactor: remove build step from e2e --- .github/workflows/e2e.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 9ce6b7f8..46196560 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -45,10 +45,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20.x - - name: Build - run: | - npm ci - npm run build - uses: fscarmen/warp-on-actions@v1.3 - name: Enable IPv6 for Docker containers run: |