From 04e4fb1af1a65cb1d6e1c065ae6106f7081bdf51 Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Tue, 1 Oct 2024 16:59:06 +0900 Subject: [PATCH] fixed the CI command --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26ab135e..f40e3a80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,8 +106,7 @@ jobs: - uses: oven-sh/setup-bun@v1 with: bun-version: '1.1.16' - - run: bun install - - run: bun run test + - run: bun run test:bun fastly: name: 'Fastly Compute'