From 588fedec575c5180f75108418dc7ea29c84cd95a Mon Sep 17 00:00:00 2001 From: Javier Guzman <906599+javierguzman@users.noreply.github.com> Date: Fri, 23 Jun 2023 09:42:46 +0200 Subject: [PATCH] Make test fail to test if release runs or not Signed-off-by: Javier Guzman <906599+javierguzman@users.noreply.github.com> --- .github/workflows/testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 4e7d217ae..f0194411a 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -40,5 +40,6 @@ jobs: if: steps.cache-node-modules.outputs.cache-hit != 'true' run: yarn install --frozen-lockfile --network-timeout 300000 # sometimes yarn takes time, therefore, we increase the timeout - run: yarn run test + - run: exit 1 # - run: yarn run lint # - run: yarn run test