Skip to content

Commit 26e2516

Browse files
authored
DEV: Add ci-stable job (#270)
This plugin is important so we want to ensure that the tests pass against the `stable` branch too.
1 parent 09e36df commit 26e2516

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/discourse-plugin.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ on:
99
jobs:
1010
ci:
1111
uses: discourse/.github/.github/workflows/discourse-plugin.yml@v1
12+
13+
ci-stable:
14+
uses: discourse/.github/.github/workflows/discourse-plugin.yml@v1
15+
with:
16+
core_ref: stable

spec/system/core_features_spec.rb

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# frozen_string_literal: true
22

3-
RSpec.describe "Core features", type: :system do
4-
# TODO: Stop skipping when shared example is available in stable
5-
next if Discourse.git_branch == "stable"
3+
# TODO: Stop skipping when shared example is available in stable
4+
# RSpec.describe "Core features", type: :system do
5+
# before { enable_current_plugin }
66

7-
before { enable_current_plugin }
8-
9-
it_behaves_like "having working core features"
10-
end
7+
# it_behaves_like "having working core features"
8+
# end

0 commit comments

Comments
 (0)