From 8a69de79648e11d4c581cf6f47288302af274769 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 10 Mar 2022 12:36:58 +0000 Subject: [PATCH] DEV: Enable Ember CLI tests in GitHub Actions for official plugins (#16148) --- .github/workflows/tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5625e71c9e4..b7cf8047d5f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,8 +36,6 @@ jobs: target: plugins - build_type: frontend target: core # Handled by core_frontend_tests job (below) - - build_type: frontend - target: plugins # Not yet passing in Ember CLI include: - build_type: frontend target: core-plugins