mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 23:02:45 +08:00
DEV: Show correct version of Ruby we are using on CI (#20415)
This commit is contained in:
parent
51a7cd899e
commit
c3ae555ac2
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
if: "!(github.event_name == 'push' && github.repository == 'discourse/discourse-private-mirror')"
|
||||
name: ${{ matrix.target }} ${{ matrix.build_type }} ${{ matrix.ruby }}
|
||||
runs-on: ${{ (matrix.build_type == 'annotations') && 'ubuntu-latest' || 'ubuntu-20.04-8core' }}
|
||||
container: discourse/discourse_test:slim${{ (matrix.build_type == 'frontend' || matrix.build_type == 'system') && '-browsers' || '' }}${{ (matrix.ruby == '3.2') && '-ruby-3.2.0' || '' }}
|
||||
container: discourse/discourse_test:slim${{ (matrix.build_type == 'frontend' || matrix.build_type == 'system') && '-browsers' || '' }}${{ (matrix.ruby == '3.1') && '-ruby-3.1.0' || '' }}
|
||||
timeout-minutes: 20
|
||||
|
||||
env:
|
||||
|
@ -38,7 +38,7 @@ jobs:
|
|||
matrix:
|
||||
build_type: [backend, frontend, system, annotations]
|
||||
target: [core, plugins]
|
||||
ruby: ['3.1']
|
||||
ruby: ['3.2']
|
||||
exclude:
|
||||
- build_type: annotations
|
||||
target: plugins
|
||||
|
|
Loading…
Reference in New Issue
Block a user