Revert: Remove FocusConvey check

This commit is contained in:
dsotirakis
2021-11-01 20:07:28 +02:00
parent 96541cf8d6
commit 778c860b3c
2 changed files with 14 additions and 1 deletions

View File

@@ -374,6 +374,8 @@ def test_backend_step(edition):
'lint-backend',
],
'commands': [
# First make sure that there are no tests with FocusConvey
'[ $(grep FocusConvey -R pkg | wc -l) -eq "0" ] || exit 1',
'./bin/grabpl test-backend --edition {}'.format(edition),
],
}