From 86b0df89d18739e1b4e276d49b00b5a9a737ed13 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Mon, 11 Apr 2022 13:42:32 +0200 Subject: [PATCH] Test config --- .github/workflows/plugin-tests.yml | 4 ++-- plugin.rb | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/plugin-tests.yml b/.github/workflows/plugin-tests.yml index f33f7bdd..00eaf7a0 100644 --- a/.github/workflows/plugin-tests.yml +++ b/.github/workflows/plugin-tests.yml @@ -26,7 +26,7 @@ jobs: RAILS_ENV: test PGUSER: discourse PGPASSWORD: discourse - LOAD_PLUGINS: 1 + LOAD_PLUGINS: "1" strategy: fail-fast: false @@ -150,5 +150,5 @@ jobs: - name: Wizard QUnit if: matrix.build_type == 'frontend' - run: QUNIT_SKIP_CORE=1 LOAD_PLUGINS=1 QUNIT_EMBER_CLI=0 bin/rake qunit:test['1200000','/w/qunit'] + run: QUNIT_SKIP_CORE=1 LOAD_PLUGINS=1 QUNIT_EMBER_CLI=0 bin/rake qunit:test['600000','/w/qunit'] timeout-minutes: 10 diff --git a/plugin.rb b/plugin.rb index a0ec79e5..e20c056d 100644 --- a/plugin.rb +++ b/plugin.rb @@ -80,6 +80,8 @@ def each_globbed_asset end end +puts "LOADING CUSTOM WIZARD PLUGIN" + after_initialize do %w[ ../lib/custom_wizard/engine.rb