Skip to content

Commit

Permalink
Use latest ember-cli beta version in CI
Browse files Browse the repository at this point in the history
CI currently fails the typescript tests, due to a known issue that the latest stable version (4.9.x) of ember-cli support `--typescript`, but a fix when generating the app in a custom directory (ember-cli/ember-cli#10048) is only released for the 4.10.0-beta version. Se we use the latter in CI.
  • Loading branch information
simonihmig committed Jan 6, 2023
1 parent 5dee5bf commit edda9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -51,6 +51,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/pnpm
- run: pnpm add --global ember-cli yarn
- run: pnpm add --global ember-cli@beta yarn
- run: pnpm vitest --testNamePattern "${{ matrix.slow-test }}"
working-directory: tests

0 comments on commit edda9f2

Please sign in to comment.