From cb6f62e2af87222e509a3b802d560fba820a2479 Mon Sep 17 00:00:00 2001 From: Matthew Hartstonge Date: Thu, 7 Nov 2024 12:30:24 +1300 Subject: [PATCH] ci(.github/workflows): allows `no-deprecations` and `ember-release-no-deprecations` to fail. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4184f7e9..b9b2ccdf7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,6 +90,8 @@ jobs: - ember-canary - embroider-safe - embroider-optimized + - no-deprecations + - ember-release-no-deprecations steps: - uses: actions/checkout@v4