From ddf99658172e54b2666adca1811f553b3ecb6023 Mon Sep 17 00:00:00 2001 From: Sebastian Florek Date: Thu, 18 Jun 2020 18:28:43 +0200 Subject: [PATCH] Update ci-workflow.yml --- .github/workflows/ci-workflow.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 571c25dc6..92f2282bb 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -30,8 +30,13 @@ jobs: with: node-version: ^10.15.0 - - shell: bash - run: | - npm install - aio/scripts/install-codegen.sh - npm run check +# - name: Install Dependencies +# shell: bash +# run: npm ci + + - name: Install Codegen + shell: bash + run: aio/scripts/install-codegen.sh + + - name: Check Code + run: npm run check -- GitLab