From b4a27c6b39ea8b1e001b7a1e37499da74d784375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20de=20Metz?= Date: Wed, 23 Aug 2023 14:30:56 +0200 Subject: [PATCH] Launch tests on ember-test-helpers 3 --- .github/workflows/ci.yml | 1 + test-app/config/ember-try.js | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88a5769b..8d4b365a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,6 +92,7 @@ jobs: - ember-beta - ember-canary - ember-modifier-4 + - ember-test-helpers-3 - embroider-safe - embroider-optimized diff --git a/test-app/config/ember-try.js b/test-app/config/ember-try.js index 3359c458..aefdc9ee 100644 --- a/test-app/config/ember-try.js +++ b/test-app/config/ember-try.js @@ -39,6 +39,14 @@ module.exports = async function () { }, }, }, + { + name: 'ember-test-helpers-3', + npm: { + devDependencies: { + '@ember/test-helpers': '^3.0.0', + }, + }, + }, { name: 'ember-release', npm: {