Skip to content

Commit

Permalink
refactor: try to run sequentially
Browse files Browse the repository at this point in the history
  • Loading branch information
arturovt committed Mar 10, 2024
1 parent 733c212 commit 6b5ca2f
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions examples/custom-esbuild/sanity-esbuild-app-esm/package.json
Expand Up @@ -31,8 +31,8 @@
"@angular-builders/custom-esbuild": "workspace:*",
"@angular-devkit/build-angular": "17.2.0",
"@angular/cli": "17.2.0",
"@angular/compiler-cli": "17.2.1",
"@angular/language-service": "17.2.1",
"@angular/compiler-cli": "17.2.4",
"@angular/language-service": "17.2.4",
"@types/jasmine": "5.1.2",
"@types/node": "20.11.25",
"cypress": "13.6.6",
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-esbuild/sanity-esbuild-app/package.json
Expand Up @@ -28,8 +28,8 @@
"@angular-builders/custom-esbuild": "workspace:*",
"@angular-devkit/build-angular": "17.2.0",
"@angular/cli": "17.2.0",
"@angular/compiler-cli": "17.2.1",
"@angular/language-service": "17.2.1",
"@angular/compiler-cli": "17.2.4",
"@angular/language-service": "17.2.4",
"@types/jasmine": "5.1.2",
"@types/node": "20.11.25",
"cypress": "13.6.6",
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-webpack/full-cycle-app/package.json
Expand Up @@ -28,8 +28,8 @@
"@angular-builders/custom-webpack": "workspace:*",
"@angular-devkit/build-angular": "17.2.0",
"@angular/cli": "17.2.0",
"@angular/compiler-cli": "17.2.1",
"@angular/language-service": "17.2.1",
"@angular/compiler-cli": "17.2.4",
"@angular/language-service": "17.2.4",
"@types/jasmine": "5.1.4",
"@types/node": "20.11.25",
"cypress": "13.6.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-webpack/sanity-app-esm/package.json
Expand Up @@ -32,7 +32,7 @@
"@angular-builders/custom-webpack": "workspace:*",
"@angular-devkit/build-angular": "17.2.0",
"@angular/cli": "17.2.0",
"@angular/compiler-cli": "17.2.1",
"@angular/compiler-cli": "17.2.4",
"@cypress/schematic": "2.5.1",
"@types/jasmine": "5.1.4",
"@types/node": "20.11.25",
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-webpack/sanity-app/package.json
Expand Up @@ -28,8 +28,8 @@
"@angular-builders/custom-webpack": "workspace:*",
"@angular-devkit/build-angular": "17.2.0",
"@angular/cli": "17.2.0",
"@angular/compiler-cli": "17.2.1",
"@angular/language-service": "17.2.1",
"@angular/compiler-cli": "17.2.4",
"@angular/language-service": "17.2.4",
"@types/jasmine": "5.1.4",
"@types/node": "20.11.25",
"cypress": "13.6.6",
Expand Down
4 changes: 2 additions & 2 deletions examples/jest/multiple-apps/package.json
Expand Up @@ -28,8 +28,8 @@
"@angular-builders/jest": "workspace:*",
"@angular-devkit/build-angular": "17.2.0",
"@angular/cli": "17.2.0",
"@angular/compiler-cli": "17.2.1",
"@angular/language-service": "17.2.1",
"@angular/compiler-cli": "17.2.4",
"@angular/language-service": "17.2.4",
"@types/jasmine": "5.1.4",
"@types/node": "20.11.25",
"cypress": "13.6.6",
Expand Down
4 changes: 2 additions & 2 deletions examples/jest/simple-app/package.json
Expand Up @@ -30,8 +30,8 @@
"@angular-builders/jest": "workspace:*",
"@angular-devkit/build-angular": "17.2.0",
"@angular/cli": "17.2.0",
"@angular/compiler-cli": "17.2.1",
"@angular/language-service": "17.2.1",
"@angular/compiler-cli": "17.2.4",
"@angular/language-service": "17.2.4",
"@types/jasmine": "5.1.4",
"@types/node": "20.11.25",
"cypress": "13.6.6",
Expand Down
4 changes: 2 additions & 2 deletions examples/timestamp/package.json
Expand Up @@ -29,8 +29,8 @@
"@angular-builders/timestamp": "workspace:*",
"@angular-devkit/build-angular": "17.2.0",
"@angular/cli": "17.2.0",
"@angular/compiler-cli": "17.2.1",
"@angular/language-service": "17.2.1",
"@angular/compiler-cli": "17.2.4",
"@angular/language-service": "17.2.4",
"@cypress/schematic": "2.5.1",
"@types/jasmine": "5.1.4",
"@types/node": "20.11.25",
Expand Down
2 changes: 1 addition & 1 deletion scripts/run-ci.sh
Expand Up @@ -57,7 +57,7 @@ root_path=$PWD
[[ "$OSTYPE" == "linux-gnu"* ]] && Xvfb :99 &
[[ "$OSTYPE" == "linux-gnu"* ]] && export DISPLAY=:99

yarn workspaces foreach -vip run ci
yarn workspaces foreach -vi run ci

pkill Xvfb

Expand Down

0 comments on commit 6b5ca2f

Please sign in to comment.