mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 16:02:46 +08:00
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:
parent
a0a7b439e1
commit
e0a734044a
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
@ -132,11 +132,6 @@ jobs:
|
||||||
if: matrix.target == 'plugins'
|
if: matrix.target == 'plugins'
|
||||||
run: bin/rake plugin:install_all_official
|
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
|
- name: Pull compatible versions of plugins
|
||||||
if: matrix.target == 'plugins'
|
if: matrix.target == 'plugins'
|
||||||
run: bin/rake plugin:pull_compatible_all
|
run: bin/rake plugin:pull_compatible_all
|
||||||
|
|
Loading…
Reference in New Issue
Block a user