From 3f97b1efa873c0ad36b44dded45f1d1e36f2f42d Mon Sep 17 00:00:00 2001 From: Matias Poblete <86752543+MattPoblete@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:55:57 -0300 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Refactor=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/run-dapp-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-dapp-tests.yml b/.github/workflows/run-dapp-tests.yml index bfcfcb41..29b50b74 100644 --- a/.github/workflows/run-dapp-tests.yml +++ b/.github/workflows/run-dapp-tests.yml @@ -56,5 +56,5 @@ jobs: run: cd apps/dapp - name: Run jest tests - run: yarn jest + run: yarn exec jest