From 44fb5411b8b7c7048504d5c52102986a0f080413 Mon Sep 17 00:00:00 2001 From: Travis Hoover Date: Tue, 16 Feb 2021 16:19:24 -0800 Subject: [PATCH] adding ci test case for ember-qunit-4 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0aa4d636..3b95b8f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,7 @@ jobs: - ember-release - ember-beta - ember-canary + - ember-qunit-4 steps: - uses: actions/checkout@v2