mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 21:16:08 +08: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
|
||||
- build_type: frontend
|
||||
target: core # Handled by core_frontend_tests job (below)
|
||||
include:
|
||||
- build_type: system
|
||||
target: chat
|
||||
updated_ember: true
|
||||
|
||||
steps:
|
||||
- name: Set working directory owner
|
||||
|
|
Loading…
Reference in New Issue
Block a user