From b5c43207d2592271486acd48b213d75c8838c2ef Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Tue, 7 Feb 2023 11:53:41 +0100 Subject: [PATCH] feat: enable GHA tests --- .meta.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.meta.toml b/.meta.toml index ef9a045..3911af9 100644 --- a/.meta.toml +++ b/.meta.toml @@ -13,3 +13,6 @@ commit-id = "40520c52" mappings = [ "Zope = ['Products.Five', 'ZTUtils']", ] + +[tests] +gha = true