From 3007390d666b8da35eeab7c689ca626d85f1ae9a Mon Sep 17 00:00:00 2001 From: Sebastian Florek Date: Thu, 18 Jun 2020 21:30:13 +0200 Subject: [PATCH] Update ci-workflow.yml --- .github/workflows/ci-workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 48b300483..786cdcc89 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -48,7 +48,7 @@ jobs: - name: Install Dependencies shell: bash run: | - [ ! -d "node_modules" ] && npm ci + [ ! -d "node_modules" ] && npm ci || true - name: Install Codegen shell: bash @@ -103,7 +103,7 @@ jobs: - name: Install Dependencies shell: bash run: | - [ ! -d "node_modules" ] && npm ci + [ ! -d "node_modules" ] && npm ci || true - name: Run Unit Tests uses: GabrielBB/xvfb-action@v1.2 @@ -157,7 +157,7 @@ jobs: - name: Install Dependencies shell: bash run: | - [ ! -d "node_modules" ] && npm ci + [ ! -d "node_modules" ] && npm ci || true - name: Run E2E Tests run: npm run cluster:start && npm run e2e -- GitLab