Skip to content

Commit

Permalink
Merge pull request #92 from embroider-build/split-ci-for-monorepo-tests
Browse files Browse the repository at this point in the history
Split monorepo tests in CI
  • Loading branch information
simonihmig authored Jan 12, 2023
2 parents 65e4ce7 + 27431e3 commit 27ff30a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
- test-app-location
# skip TS tests until EmberCLI 4.10.0 is released, see https://github.com/embroider-build/addon-blueprint/issues/82
# - typescript
- existing monorepo
- monorepo with npm
- monorepo with yarn
- monorepo with pnpm
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/pnpm
Expand Down
2 changes: 1 addition & 1 deletion tests/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ describe('ember addon <the addon> -b <this blueprint>', () => {
};

['npm', 'yarn', 'pnpm'].map((packageManager) =>
describe(`with ${packageManager}`, () => {
describe(`monorepo with ${packageManager}`, () => {
let cwd = '';
let tmpDir = '';
let addonLocation = 'my-addon';
Expand Down

0 comments on commit 27ff30a

Please sign in to comment.