From 1e2bfbeedbda80cd40e772cd75460b8d27722aa1 Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Sat, 13 Sep 2025 21:29:48 +0200 Subject: [PATCH] for better speed use slim image --- .github/workflows/backend-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index c00d4cd..a4229a1 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -7,7 +7,7 @@ on: jobs: unit-test: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-slim defaults: run: working-directory: backend