From e7a199d9d7e83e1cd8d4a1ee97630891dd5c1e1b Mon Sep 17 00:00:00 2001 From: mehmet-erim Date: Sat, 5 Sep 2020 03:57:26 +0300 Subject: [PATCH] chore: uncomment ci steps --- .github/workflows/angular.yml | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index d187cf301a..3a6d486144 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -17,29 +17,25 @@ jobs: templates/app/angular/node_modules key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }} - # - uses: actions/setup-node@v1 - # with: - # node-version: '12.x' - - name: Install packages run: yarn install working-directory: npm/ng-packs - # - name: Run lint - # run: yarn ng lint - # working-directory: npm/ng-packs + - name: Run lint + run: yarn ng lint + working-directory: npm/ng-packs - # - name: Run prepare workspace - # run: yarn prepare:workspace - # working-directory: npm/ng-packs + - name: Run prepare workspace + run: yarn prepare:workspace + working-directory: npm/ng-packs - # - name: Run test - # run: yarn ci:test - # working-directory: npm/ng-packs + - name: Run test + run: yarn ci:test + working-directory: npm/ng-packs - # - name: Build dev-app - # run: yarn build --prod - # working-directory: npm/ng-packs + - name: Build dev-app + run: yarn build --prod + working-directory: npm/ng-packs - name: Install packages of app template run: yarn install