0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Only show failed tests in Admin CI output

This commit is contained in:
Kevin Ansfield 2022-08-31 15:52:48 +01:00
parent e7c25f84df
commit 5985316b01

View file

@ -31,5 +31,6 @@ module.exports = {
Firefox: {
ci: ['-headless']
}
}
},
tap_failed_tests_only: true
};