From 7f9361a6f7e2f79e85ff69e9e94fc29ce9eab708 Mon Sep 17 00:00:00 2001 From: Martin Munoz Date: Wed, 18 May 2022 14:51:47 -0400 Subject: [PATCH] Use a different allowed failures strategy --- .github/workflows/nodejs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 90a4540..8f550e7 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -31,7 +31,6 @@ jobs: try-scenarios: name: ${{ matrix.ember-try-scenario }} - continue-on-error: ${{ matrix.allow-failure }} runs-on: ubuntu-latest @@ -70,4 +69,4 @@ jobs: - name: test env: EMBER_TRY_SCENARIO: ${{ matrix.ember-try-scenario }} - run: node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO + run: node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO || ${{ matrix.allow-failure }}