remove artificial failure

This commit is contained in:
Yann Braga 2022-11-15 12:19:20 +01:00
parent 9af77c9352
commit f707d71c90
2 changed files with 1 additions and 4 deletions

View File

@ -189,7 +189,7 @@ commands:
when: on_fail
command: git fetch --unshallow
- discord/status:
only_for_branches: main,next,alpha,yann/improve-reporting-mechanism
only_for_branches: main,next,alpha
fail_only: true
failure_message: $(yarn get-report-message << pipeline.parameters.workflow >> << parameters.template >>)
jobs:

View File

@ -8,9 +8,6 @@ jest.mock('npmlog', () => ({
}));
describe('node-logger', () => {
it('should fail', () => {
expect(1).toBe(2);
});
it('should have an info method', () => {
const message = 'information';
logger.info(message);