DEV: Use slim container for backend tests in GitHub Actions (#15290)

This commit is contained in:
David Taylor 2021-12-14 11:32:35 +00:00 committed by GitHub
parent eb3eae2fcc
commit 1c42b36c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
build: build:
name: ${{ matrix.target }} ${{ matrix.build_type }} name: ${{ matrix.target }} ${{ matrix.build_type }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: discourse/discourse_test:release container: ${{ (matrix.build_type == 'frontend' && 'discourse/discourse_test:release' || 'discourse/base:slim') }}
timeout-minutes: 60 timeout-minutes: 60
env: env: