From 8df2dee9922b559aec4d1b32feb18583d63bb18d Mon Sep 17 00:00:00 2001 From: Alex Varchuk Date: Wed, 27 Jul 2022 17:24:49 +0300 Subject: [PATCH] chore: try to fix e2e test --- .github/workflows/e2e-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 31f0bff1..1d3a9fe8 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -6,7 +6,7 @@ jobs: build-and-e2e: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - run: npm ci - - run: npm run bundle - - run: npm run e2e + - uses: actions/checkout@v3 + - run: npm ci && npm ci --prefix cli + - run: npm run bundle + - run: npm run e2e