From 1c42b36c89e0143a89c713739d4f14680ce7c7b8 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Tue, 14 Dec 2021 11:32:35 +0000 Subject: [PATCH] DEV: Use slim container for backend tests in GitHub Actions (#15290) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c26056ece29..7538d6d6d75 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: build: name: ${{ matrix.target }} ${{ matrix.build_type }} runs-on: ubuntu-latest - container: discourse/discourse_test:release + container: ${{ (matrix.build_type == 'frontend' && 'discourse/discourse_test:release' || 'discourse/base:slim') }} timeout-minutes: 60 env: