From 6631de10527a394cc45224676bff3820eb705028 Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Wed, 13 Nov 2019 17:07:00 +0300 Subject: [PATCH 1/8] Update angular.yml --- .github/workflows/angular.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index e0a9ef55dd..4821b2af29 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -23,7 +23,6 @@ jobs: - run: | node -v npm install - npm install -g symlink working-directory: npm/ng-packs build: needs: [install] @@ -34,5 +33,5 @@ jobs: with: node-version: '10.x' - run: | - symlink copy --angular --packages @abp/ng.core --sync-build + yarn symlink copy --angular --packages @abp/ng.core --sync-build working-directory: npm/ng-packs From 0fba857c8c513b7be86522588e0791adb23daa98 Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Thu, 14 Nov 2019 08:50:52 +0300 Subject: [PATCH 2/8] Update angular.yml --- .github/workflows/angular.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index 4821b2af29..7e43da942d 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -33,5 +33,7 @@ jobs: with: node-version: '10.x' - run: | + pwd + yarn ng yarn symlink copy --angular --packages @abp/ng.core --sync-build working-directory: npm/ng-packs From 0d67f960c7f1a053c7d3b3e08066b9f3928d7d80 Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Thu, 14 Nov 2019 08:55:31 +0300 Subject: [PATCH 3/8] Update angular.yml --- .github/workflows/angular.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index 7e43da942d..8543bbeb5e 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -34,6 +34,6 @@ jobs: node-version: '10.x' - run: | pwd - yarn ng - yarn symlink copy --angular --packages @abp/ng.core --sync-build + npm run ng + npm run symlink copy --angular --packages @abp/ng.core --sync-build working-directory: npm/ng-packs From f5c4097bb3df07e1c9bb49f08ca70b59e4068041 Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Thu, 14 Nov 2019 09:02:20 +0300 Subject: [PATCH 4/8] Update angular.yml --- .github/workflows/angular.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index 8543bbeb5e..d28d4fe097 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -21,19 +21,6 @@ jobs: with: node-version: '10.x' - run: | - node -v npm install - working-directory: npm/ng-packs - build: - needs: [install] - runs-on: ubuntu-18.04 - steps: - - uses: actions/checkout@v1 - - uses: actions/setup-node@v1 - with: - node-version: '10.x' - - run: | - pwd - npm run ng npm run symlink copy --angular --packages @abp/ng.core --sync-build working-directory: npm/ng-packs From d8df6556887042a7dec514923e144e95d06ae8dc Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Thu, 14 Nov 2019 09:06:04 +0300 Subject: [PATCH 5/8] Update angular.yml --- .github/workflows/angular.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index d28d4fe097..faf0c5599e 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -22,5 +22,5 @@ jobs: node-version: '10.x' - run: | npm install - npm run symlink copy --angular --packages @abp/ng.core --sync-build + npm run symlink copy --angular --packages @abp/ng.core --sync-build --no-watch working-directory: npm/ng-packs From 33c86c5814bc6958b4905aa08aeb38c5f4ab2e6e Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Thu, 14 Nov 2019 09:06:48 +0300 Subject: [PATCH 6/8] Update angular.yml --- .github/workflows/angular.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index faf0c5599e..82e550de5e 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -13,7 +13,7 @@ on: - master - dev jobs: - install: + install_build_test: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v1 From 65b381dffbdc39173c95f732565683a36bdf4af0 Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Thu, 14 Nov 2019 09:16:04 +0300 Subject: [PATCH 7/8] Update angular.yml --- .github/workflows/angular.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index 82e550de5e..ee687f2118 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -17,10 +17,11 @@ jobs: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v1 - - uses: actions/setup-node@v1 + - uses: borales/actions-yarn@v2.0.0 with: node-version: '10.x' - run: | - npm install - npm run symlink copy --angular --packages @abp/ng.core --sync-build --no-watch + node -v + yarn + yarn symlink copy --angular --packages @abp/ng.core --sync-build --no-watch working-directory: npm/ng-packs From 547584755500cd6eb0092ab80c51c1dd2ef79f45 Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Thu, 14 Nov 2019 09:20:07 +0300 Subject: [PATCH 8/8] Update angular.yml --- .github/workflows/angular.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index ee687f2118..5793f26b3c 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -17,9 +17,7 @@ jobs: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v1 - - uses: borales/actions-yarn@v2.0.0 - with: - node-version: '10.x' + - uses: nuxt/actions-yarn@node-10 - run: | node -v yarn