Skip to content

Commit

Permalink
Test if action workflow properly fails if test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel2392 committed Apr 6, 2024
1 parent 0d93be0 commit e6f4aeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wagtail_fedit/test/core/tests/test_block_edit.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

class TestBlockEdit(BaseFEditTest):
def test_block_edited(self):

self.fail("Test action workflow fails.")

self.client.force_login(self.admin_user)

for i, model in enumerate(self.models):
Expand Down

0 comments on commit e6f4aeb

Please sign in to comment.