diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 7fd3d96c7af3b297dc5e2d06da8c0874a25ca1be..f5edc5e38f31762bc6ae3f1205b57c934c8b73cf 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