Skip to content

Commit

Permalink
Use a different allowed failures strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Munoz committed May 18, 2022
1 parent c0af0fa commit 7f9361a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:

try-scenarios:
name: ${{ matrix.ember-try-scenario }}
continue-on-error: ${{ matrix.allow-failure }}

runs-on: ubuntu-latest

Expand Down Expand Up @@ -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 }}

0 comments on commit 7f9361a

Please sign in to comment.