DEV: Start running discourse-ai tests for stable again. (#29206)

I think the tests works with the new base image now. Will revert if it
doesn't.
This commit is contained in:
Alan Guo Xiang Tan 2024-10-16 06:51:19 +08:00 committed by GitHub
parent a0a7b439e1
commit e0a734044a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,11 +132,6 @@ jobs:
if: matrix.target == 'plugins'
run: bin/rake plugin:install_all_official
# Remove discourse-ai from stable as it is not compatible with Ruby 3.3 which we are now using for the base image
- name: Remove discourse-ai from stable
if: matrix.target == 'plugins' && (github.ref_name == 'stable' || github.base_ref == 'stable')
run: rm -rf plugins/discourse-ai
- name: Pull compatible versions of plugins
if: matrix.target == 'plugins'
run: bin/rake plugin:pull_compatible_all