From 1df9631fa36ec8198b27cf3ef284f0585a415349 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 14 Feb 2025 01:34:46 +0530 Subject: [PATCH] chore(actions): use correct test runner command --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77df383..16f19e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,4 +131,4 @@ jobs: run: pesde install - name: Run tests - run: lune run test + run: lune run tests