mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Restore chat system spec job in GitHub CI (#24918)
Accidentally removed in c9cf3f5a52
This commit is contained in:
parent
8a4ab79be2
commit
15fc2a289a
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -55,6 +55,10 @@ jobs:
|
|||||||
target: themes
|
target: themes
|
||||||
- build_type: frontend
|
- build_type: frontend
|
||||||
target: core # Handled by core_frontend_tests job (below)
|
target: core # Handled by core_frontend_tests job (below)
|
||||||
|
include:
|
||||||
|
- build_type: system
|
||||||
|
target: chat
|
||||||
|
updated_ember: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set working directory owner
|
- name: Set working directory owner
|
||||||
|
Loading…
Reference in New Issue
Block a user