From 0a906535dc5cceb416ae53c6e148ec9f22eb1a95 Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Sat, 13 Sep 2025 21:33:54 +0200 Subject: [PATCH] Revert "for better speed use slim image" This reverts commit 1e2bfbeedbda80cd40e772cd75460b8d27722aa1. --- .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 a4229a1..c00d4cd 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-slim + runs-on: ubuntu-latest defaults: run: working-directory: backend