Skip to content

Commit

Permalink
setting smoke-test-app ember-release allowedToFail
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Nov 9, 2022
1 parent 3b2c99f commit e896437
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion smoke-test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ module.exports = {
npm: {
devDependencies: {}
}
}
},
{
name: 'ember-release',
allowedToFail: true,
},
]
};

0 comments on commit e896437

Please sign in to comment.