From 8c17bf119f6388c85dbd18676fdb208bf37a34be Mon Sep 17 00:00:00 2001 From: Bartlomiej Dudzik Date: Fri, 14 Apr 2023 19:37:27 +0200 Subject: [PATCH] chore: allow Ember v5 to fail on CI --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0342dcb..ca983a61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,6 +73,10 @@ jobs: include: - test-suite: ember-canary allow-failure: true + - test-suite: ember-beta + allow-failure: true + - test-suite: ember-release + allow-failure: true steps: - uses: actions/checkout@v3