From 2cc9d07e0c2c73d65043c16e43401384bafd3c61 Mon Sep 17 00:00:00 2001 From: Sebastian Florek Date: Thu, 18 Jun 2020 19:05:26 +0200 Subject: [PATCH] Update ci-workflow.yml --- .github/workflows/ci-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 7fd3d96c7..f5edc5e38 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -43,8 +43,8 @@ jobs: ${{ runner.os }}-build- ${{ runner.os }}- -# - name: Install Dependencies -# run: npm ci + - name: Install Dependencies + run: npm ci - name: Install Codegen shell: bash -- GitLab