From 4a729fb1df407a9eb045dc5352d226cfbff0bd35 Mon Sep 17 00:00:00 2001 From: Mimori Date: Wed, 12 Nov 2025 20:46:30 +0900 Subject: [PATCH] update test ci runner --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9d1e74..22faa7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: ci: - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - name: Checkout code @@ -29,8 +29,8 @@ jobs: run: pnpm run test env: CI: true - + - name: Build project run: pnpm run build env: - CI: true \ No newline at end of file + CI: true