From 24f4a22110664ca6af3265dbc92b5c6ac9c0603f Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Wed, 3 Jul 2024 23:18:21 +0000 Subject: [PATCH] fix: need to deploy before e2e. Right now without e2e --- .github/workflows/node-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 2a72f312..56e2a472 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -27,8 +27,8 @@ jobs: - name: Test production build run: npm run build - - name: Install e2e test dependencies - run: npm run e2e:install +# - name: Install e2e test dependencies +# run: npm run e2e:install - - name: Run e2e tests - run: npm run e2e:tests +# - name: Run e2e tests +# run: npm run e2e:tests