Skip to content

Commit

Permalink
Merge pull request help-me-mom#5519 from satanTime/issues/ci
Browse files Browse the repository at this point in the history
chore(ci): installs along with core
  • Loading branch information
satanTime authored Apr 22, 2023
2 parents ad90422 + b3280d4 commit 7e90dd1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,6 @@ workflows:
name: << matrix.dir >>:install
dir: << matrix.dir >>
branch: << matrix.dir >>
requires:
- core
matrix:
parameters:
dir:
Expand All @@ -554,6 +552,7 @@ workflows:
branch: << matrix.dir >>
requires:
- << matrix.dir >>:install
- core
matrix:
parameters:
dir:
Expand All @@ -568,8 +567,6 @@ workflows:
node: a5
dir: << matrix.dir >>
branch: a5
requires:
- core
matrix:
parameters:
dir:
Expand All @@ -582,8 +579,6 @@ workflows:
node: << matrix.dir >>
dir: << matrix.dir >>
branch: << matrix.dir >>
requires:
- core
matrix:
parameters:
dir:
Expand All @@ -607,6 +602,7 @@ workflows:
branch: a5
requires:
- << matrix.dir >>:install
- core
matrix:
parameters:
dir:
Expand All @@ -622,6 +618,7 @@ workflows:
es: << matrix.es >>
requires:
- << matrix.dir >>:install
- core
matrix:
parameters:
dir:
Expand All @@ -645,6 +642,7 @@ workflows:
engine: ivy
requires:
- << matrix.dir >>:install
- core
matrix:
parameters:
dir:
Expand All @@ -666,6 +664,7 @@ workflows:
branch: << matrix.dir >>
requires:
- << matrix.dir >>:install
- core
matrix:
parameters:
dir:
Expand All @@ -680,6 +679,7 @@ workflows:
branch: << matrix.dir >>
requires:
- << matrix.dir >>:install
- core
matrix:
parameters:
dir:
Expand All @@ -702,6 +702,7 @@ workflows:
branch: << matrix.dir >>
requires:
- << matrix.dir >>:install
- core
matrix:
parameters:
dir:
Expand Down

0 comments on commit 7e90dd1

Please sign in to comment.