From 297b0b3a9daae5e3d8107a47b2a9462cf3683e1d Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 21 Jun 2024 11:51:59 +0800 Subject: [PATCH] Update .github/workflows/ci.yml --- .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 2e2b45647..33c75f229 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,4 +23,4 @@ jobs: run: bun install - name: Run tests - run: bun test \ No newline at end of file + run: bun run test \ No newline at end of file